This commit is contained in:
2024-09-17 11:46:24 +02:00
parent c05a4653ba
commit 09ec0e4509
19 changed files with 24 additions and 36 deletions

View File

@@ -33,7 +33,7 @@
<#if uniqueness?? && uniqueness!="" >
"ActorID": "${receipt.physical_depot_code?trim?json_string}"
<#else>
"ActorID": "${depot}${receipt.physical_depot_code?trim?json_string}"
"ActorID": "${prefixdepot}${receipt.physical_depot_code?trim?json_string}"
</#if>
},
"ShipToAcked": true,
@@ -42,7 +42,7 @@
<#if uniqueness?? && uniqueness!="" >
"Carrier" : {"ActorID": "${receipt.carrier_informations.carrier_code?trim?json_string}"},
<#else>
"Carrier" : {"ActorID": "${carrier}${receipt.carrier_informations.carrier_code?trim?json_string}"},
"Carrier" : {"ActorID": "${prefixcarrier}${receipt.carrier_informations.carrier_code?trim?json_string}"},
</#if>
</#if>