From f496ad60bd7a32654cd6943153b88051e335147d Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Wed, 14 Jan 2026 09:05:37 +0100 Subject: [PATCH 1/2] SCPN1-9682 (cherry picked from commit ca9706e5aab2811dea90fcce2b16e605be8fa398) --- RFXtoRP_RestResponse.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RFXtoRP_RestResponse.ftl b/RFXtoRP_RestResponse.ftl index 0dc81b0..70928b3 100644 --- a/RFXtoRP_RestResponse.ftl +++ b/RFXtoRP_RestResponse.ftl @@ -149,10 +149,10 @@ <#if preparationOrderPostResponse.status?? && (preparationOrderPostResponse.status == "SUCCESS" || preparationOrderPostResponse.status == "WARN") > [ { - <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted> + <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowShipToAcked> "apiReflexPlatformID" : "${apiReflexPlatformID}", "datas" : - <#include "RFXtoRP_Receipt_ExecutionflowDeleted.ftl"> + <#include "RFXtoRP_Receipt_ShipToAcked.ftl"> } ] <#else> @@ -419,7 +419,7 @@ ] <#break> - <#-- *********************************************** ApiRestID = appointment_post_physical_receipt_associations ******************** --> + <#-- *********************************************** ApiRestID = appointment_post_physical_receipt_associations/dissociations ******************** --> <#case "appointment_post_physical_receipt_associations_by_ref"> <#case "appointment_post_physical_receipt_associations_by_number"> <#case "appointment_post_physical_receipt_dissociations_by_ref"> From 7329a2aa1c29bb5653c65ff8ae01f2ccb389b39a Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Wed, 14 Jan 2026 09:26:14 +0100 Subject: [PATCH 2/2] Release 1.2.54+3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a172030..96a492f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.54+2 +1.2.54+3