From 29eedaa2a38821e541b3f7ccb0e772af9231728d Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Thu, 30 Apr 2026 15:05:31 +0200 Subject: [PATCH] SCPN1-10706 --- RPtoRFX_PrepOrder.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RPtoRFX_PrepOrder.ftl b/RPtoRFX_PrepOrder.ftl index 7e9fa45..53f3dcb 100644 --- a/RPtoRFX_PrepOrder.ftl +++ b/RPtoRFX_PrepOrder.ftl @@ -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 uniqueness && (executionflow.ShipTo.ActorID?number >4) > + <#if (executionflow.ShipTo.ActorID?number >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 uniqueness && (executionflow.ShipFrom.ActorID?number >4) > + <#if (executionflow.ShipFrom.ActorID?number >4) > "physical_depot_code": "${RPtoRFXprefixDepot(executionflow.ShipFrom.ActorID)}", <#else> "physical_depot_code": "${executionflow.ShipFrom.ActorID}",