mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 19:45:07 +00:00
thanks airtable
This commit is contained in:
parent
1edf2f95a9
commit
78a724f55a
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ class PrintfulShipment < Shipment
|
|||
"mystic_tavern" => "MysticTavernShipment"
|
||||
}
|
||||
def date
|
||||
fields['created'] || fields['%order:created']
|
||||
fields['created'] || Date.parse(fields['%order:created']).iso8601
|
||||
end
|
||||
|
||||
def title_text
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue