From bb2624338e2562731be21790838016fb884c1319 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:25:49 -0500 Subject: [PATCH] add msr on_hold --- app/shipment_types.rb | 2 ++ 1 file changed, 2 insertions(+) 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