add msr on_hold

This commit is contained in:
24c02 2025-01-07 17:25:49 -05:00
parent 2456cc002c
commit bb2624338e

View file

@ -117,6 +117,8 @@ class WarehouseShipment < Shipment
"sent to warehouse..."
when "mailed"
"shipped!"
when "ON_HOLD"
"on hold... contact us for more info!"
else
"this shouldn't happen."
end