SCPN1-10706

This commit is contained in:
2026-04-30 15:16:11 +02:00
parent 29eedaa2a3
commit c1f9348dea

View File

@@ -11,7 +11,7 @@
<#-- If you are using unreferenced actors, you will need to create a "VIZ" consignee in HARDIS WMS to use this feature -->
<#assign defaultactor ="VIZ">
<#if executionflow.ShipTo.ActorID?? && executionflow.ShipTo.ActorID!="">
<#if (executionflow.ShipTo.ActorID?number >4) >
<#if (executionflow.ShipTo.ActorID?length gt 4) >
<#assign actorID = "${RPtoRFXprefixConsignee(executionflow.ShipTo.ActorID)}" >
<#else>
<#assign actorID = "${executionflow.ShipTo.ActorID}" >
@@ -27,7 +27,7 @@
"uri_substitutions": {
"activity_code": "${activity_code}",
<#if executionflow.ShipFrom.ActorID?? && executionflow.ShipFrom.ActorID!="">
<#if (executionflow.ShipFrom.ActorID?number >4) >
<#if (executionflow.ShipFrom.ActorID?length gt 4) >
"physical_depot_code": "${RPtoRFXprefixDepot(executionflow.ShipFrom.ActorID)}",
<#else>
"physical_depot_code": "${executionflow.ShipFrom.ActorID}",