mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 16:28:19 +00:00
cash cash money money
This commit is contained in:
parent
74f9cf9222
commit
37650465e6
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ class WarehouseShipment < Shipment
|
|||
|
||||
def icon
|
||||
return "🎁" if hide_contents? || title_text.start_with?("High Seas – Free")
|
||||
return "💵" if fields['Request Type']&.include?("Boba Drop grant")
|
||||
return "✉️" if fields["Warehouse–Service"]&.include?("First Class")
|
||||
"📦"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue