From a6fec0c33329e6cd6f9db7bd8c675edc127d6ce6 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 8 Jan 2026 15:29:01 +0100 Subject: [PATCH] SCPN1-9943 --- 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>