mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 19:45:07 +00:00
add msr on_hold
This commit is contained in:
parent
2456cc002c
commit
bb2624338e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue