From c0f25565a01ee09cff7efcc5e37be075a0ab6b54 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 8 Jan 2026 15:29:01 +0100 Subject: [PATCH 1/2] SCPN1-9943 (cherry picked from commit a6fec0c33329e6cd6f9db7bd8c675edc127d6ce6) (cherry picked from commit 6e89261c27ab928fc193df8eabb51fe3eb9ec91d) --- RPtoRFX_AppointmentEvent.ftl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RPtoRFX_AppointmentEvent.ftl b/RPtoRFX_AppointmentEvent.ftl index 2c88da1..69ea68f 100644 --- a/RPtoRFX_AppointmentEvent.ftl +++ b/RPtoRFX_AppointmentEvent.ftl @@ -27,7 +27,7 @@ <#case "CommissionsUpdated"> <#assign appointment = eventRP.data /> [ <#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING"> - <#if eventRP.addedCommissions?? && eventRP.addedCommissions!=""> + <#if eventRP.addedCommissions?? && eventRP.addedCommissions!=""> <#if eventRP.appointmentCustomFields?has_content> { <#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_associations_by_number> @@ -45,6 +45,10 @@ <#if eventRP.removedCommissions?? && eventRP.removedCommissions!=""> + <#if eventRP.addedCommissions?? && eventRP.addedCommissions!=""> + , + + <#if eventRP.appointmentCustomFields?has_content> { <#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_dissociations_by_number> From c89575e040e27345f19ffa8b3c9a46e5651dfb15 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 8 Jan 2026 17:52:51 +0100 Subject: [PATCH 2/2] Release 1.2.54+2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f2f611b..a172030 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.54+1 +1.2.54+2