diff --git a/app/shipment_types.rb b/app/shipment_types.rb index 4bd608d..0864ddb 100644 --- a/app/shipment_types.rb +++ b/app/shipment_types.rb @@ -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