This commit is contained in:
Laurie MONTANT 2024-09-30 15:19:24 +02:00
parent 138bcdadf8
commit 10bb90bf92
3 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<#-- --------------------------------------------------------------------------------------- --> <#-- --------------------------------------------------------------------------------------- -->
<#-- Prefix --> <#-- Prefix 3 cars -->
<#-- --------------------------------------------------------------------------------------- --> <#-- --------------------------------------------------------------------------------------- -->
<#assign prefixdepot = "" > <#assign prefixdepot = "" >
<#assign prefixcarrier = "" > <#assign prefixcarrier = "" >

View File

@ -2,8 +2,6 @@
<#-- <#--
"MetaData" :[ "MetaData" :[
]
]
--> -->
"MetaData": [ ] "MetaData": [ ]

View File

@ -15,7 +15,7 @@
"Value": { "String" : "no batch"} "Value": { "String" : "no batch"}
<#else> <#else>
"Value": { "String" : "${despatched_ipg.batch_number}"} "Value": { "String" : "${despatched_ipg.batch_number}"}
</#if> </#if>
}, },
{ {
"Key": "HeldForSpecificCode", "Key": "HeldForSpecificCode",
@ -24,15 +24,14 @@
<#else> <#else>
"Value": { "Bool" : "False"} "Value": { "Bool" : "False"}
}, },
{ {
<#assign manufacturing_date = despatched_ipg.ipg_manufacture_date?datetime(rfx_date_format_default)?iso_utc /> <#assign manufacturing_date = despatched_ipg.ipg_manufacture_date?datetime(rfx_date_format_default)?iso_utc />
"Key": "ManufacturingDate", "Key": "ManufacturingDate",
"Value": "Timestamp": { "Value": "Timestamp": {
"AuthorTimeZone": "${time_zone_rfx}", "AuthorTimeZone": "${time_zone_rfx}",
"DateTime": "${manufacturing_date}" "DateTime": "${manufacturing_date}"
} }
} }
] ]