From 5e9c0666ea7259e44c6f2ac713c4b9c19ee01060 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 30 Jun 2026 10:58:43 +0200 Subject: [PATCH 1/3] SCPN1-10966 (cherry picked from commit 6399b3bcd9e5fe68f176a0fe5d0035eae4c2d57b) --- RFXtoRP_HsaIpgMove_GoodsReceived.ftl | 1 + RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/RFXtoRP_HsaIpgMove_GoodsReceived.ftl b/RFXtoRP_HsaIpgMove_GoodsReceived.ftl index eebe3e3..a1c3d39 100644 --- a/RFXtoRP_HsaIpgMove_GoodsReceived.ftl +++ b/RFXtoRP_HsaIpgMove_GoodsReceived.ftl @@ -12,6 +12,7 @@ "RefID": "${reflexMvtStockInterface.hd_number?trim?json_string}" }, "Payload": { + "Reference":"${reflexMvtStockInterface.hd_number?trim?json_string}", "ReceivedContents" :[ { "DateTime": { diff --git a/RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl b/RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl index 000984c..c0892b4 100644 --- a/RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl +++ b/RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl @@ -22,6 +22,11 @@ }, "Payload": { + <#if despatched_ipg.carton_number != "000000000000000000"> + "Reference": "${despatched_ipg.carton_number}", + <#else> + "Reference": "${despatched_ipg.hd_number}", + "Information" :{ <#if despatched_ipg.carton_number != "000000000000000000"> "ContainerType": "${despatched_ipg.carton_type_code?json_string}" From b8936aed6a1da8d18a173d588d3cfb3afdc9ecc1 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 2 Jul 2026 10:17:04 +0200 Subject: [PATCH 2/3] Version 14 (suite) --- RFXtoRP_RestResponse.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RFXtoRP_RestResponse.ftl b/RFXtoRP_RestResponse.ftl index 4788e02..5c24aaa 100644 --- a/RFXtoRP_RestResponse.ftl +++ b/RFXtoRP_RestResponse.ftl @@ -74,10 +74,10 @@ <#else> [ { - <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted> + <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowShipFromAcked> "apiReflexPlatformID" : "${apiReflexPlatformID}", "datas" : - <#include "RFXtoRP_ExecutionflowDeleted.ftl"> + <#include "RFXtoRP_PrepOrder_ShipFromAcked.ftl"> } ] From 4891c6f6906c6e2a82c5e82fdb20dc139dc18c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20LE=20MA=C3=8ETRE?= Date: Thu, 2 Jul 2026 12:14:50 +0200 Subject: [PATCH 3/3] Release 2.0.24+1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6d57fcc..7e97536 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.23+1 +2.0.24+1