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

@@ -30,7 +30,7 @@
<#if uniqueness?? && uniqueness!="" >
"ActorID": "${preparation_order.physical_depot_code?trim?json_string}"
<#else>
"ActorID": "${depot}${preparation_order.physical_depot_code?trim?json_string}"
"ActorID": "${prefixdepot}${preparation_order.physical_depot_code?trim?json_string}"
</#if>
},
"ShipFromAcked": true,