Closed mntzrr closed 11 months ago
An add_order_note must be followed by a save unless update_status is used.
add_order_note
save
update_status
Task linked: CU-869391mke Fix metadata not being saved properly
An
add_order_note
must be followed by asave
unlessupdate_status
is used.save
afteradd_order_note
.save
happened after the function returned when it should have been called prior.update_status
instead when changing status, and adding order note.