mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 16:28:19 +00:00
Holdinggggg (#21)
This commit is contained in:
parent
6a74bf8fee
commit
e7a0ac1168
1 changed files with 3 additions and 3 deletions
|
|
@ -205,7 +205,7 @@ class HighSeasShipment < Shipment
|
|||
|
||||
def status_text
|
||||
case fields["status"]
|
||||
when "PENDING_MANUAL_REVIEW"
|
||||
when "PENDING_MANUAL_REVIEW", "on_hold"
|
||||
"awaiting manual review..."
|
||||
when "AWAITING_YSWS_VERIFICATION"
|
||||
"waiting for you to get verified..."
|
||||
|
|
@ -220,7 +220,7 @@ class HighSeasShipment < Shipment
|
|||
|
||||
def status_icon
|
||||
case fields["status"]
|
||||
when "PENDING_MANUAL_REVIEW"
|
||||
when "PENDING_MANUAL_REVIEW", "on_hold"
|
||||
'<i class="fa-solid fa-hourglass-half"></i>'
|
||||
when "AWAITING_YSWS_VERIFICATION"
|
||||
'<i class="fa-solid fa-user-clock"></i>'
|
||||
|
|
@ -456,4 +456,4 @@ class SprigShipment < Shipment
|
|||
end
|
||||
end
|
||||
|
||||
SHIPMENT_TYPES = [WarehouseShipment, HighSeasShipment, BobaDropsShipment, SprigShipment].freeze
|
||||
SHIPMENT_TYPES = [WarehouseShipment, HighSeasShipment, BobaDropsShipment, SprigShipment].freeze
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue