From b5200d1843f7b5252bc9b3b8932e85cfddb3f3c5 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Tue, 7 Jul 2026 14:13:43 +0200 Subject: [PATCH] SCPN1-10996 --- RPtoRFX_AppointmentEvent.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RPtoRFX_AppointmentEvent.ftl b/RPtoRFX_AppointmentEvent.ftl index 343103b..ae4a149 100644 --- a/RPtoRFX_AppointmentEvent.ftl +++ b/RPtoRFX_AppointmentEvent.ftl @@ -28,7 +28,8 @@ <#assign AddComma = false /> <#assign appointment = eventRP.data /> - <#if !eventRP.commissionsUpdated!false && !eventRP.reasonUpdated!false && !eventRP.slotUpdated!false && !eventRP.carrierInformationUpdated!false> + <#-- processing is stopped because the Updated event contains no relevant change to forward to the WMS. --> + <#if !(eventRP.commissionsUpdated!false) && !(eventRP.reasonUpdated!false) && !(eventRP.slotUpdated!false) && !(eventRP.carrierInformationUpdated!false)> <#stop> [