From 34beb5fddf4806496cca98b587e772a2a90dc7dd Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Mon, 9 Jun 2025 16:18:40 +0200 Subject: [PATCH] SCPN1-8871 --- RFXtoRP_HsaIpgMove_GoodsReceived.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFXtoRP_HsaIpgMove_GoodsReceived.ftl b/RFXtoRP_HsaIpgMove_GoodsReceived.ftl index 25690d4..9b2ea4a 100644 --- a/RFXtoRP_HsaIpgMove_GoodsReceived.ftl +++ b/RFXtoRP_HsaIpgMove_GoodsReceived.ftl @@ -35,7 +35,7 @@ "ExecutionflowID": "${reflexMvtStockInterface.original_receipt_physical_depot_code}${reflexMvtStockInterface.activity_code}${reflexMvtStockInterface.originator_code}${reflexMvtStockInterface.receipt_reference?trim?json_string}", "OrderID": "${reflexMvtStockInterface.receipt_reference?trim?json_string}", <#else> - <#if reflexMvtStockInterface.receipt_reference==""> + <#if reflexMvtStockInterface.receipt_reference=="" && reflexMvtStockInterface.originator_reference!=""> "ExecutionflowID": "${reflexMvtStockInterface.physical_depot_code}${reflexMvtStockInterface.activity_code}${reflexMvtStockInterface.originator_code}${reflexMvtStockInterface.originator_reference?trim?json_string}", "OrderID": "${reflexMvtStockInterface.originator_reference?trim?json_string}", <#else>