From 13fe55ae1a544c3af3a3a6cac1e27c683a7da87f Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 16 Apr 2026 17:17:35 +0200 Subject: [PATCH 1/3] SCPN1-10586 --- RPtoRFX_CarrierAppointmentReasonUpdatedByNumber.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RPtoRFX_CarrierAppointmentReasonUpdatedByNumber.ftl b/RPtoRFX_CarrierAppointmentReasonUpdatedByNumber.ftl index a8c7598..f2ba79a 100644 --- a/RPtoRFX_CarrierAppointmentReasonUpdatedByNumber.ftl +++ b/RPtoRFX_CarrierAppointmentReasonUpdatedByNumber.ftl @@ -9,8 +9,8 @@ }, "payload" : { - "unloading_appointment" : "${eventRP.appointmentCustomFields.unloading?json_string}", - "load_appointment" : "${eventRP.appointmentCustomFields.loading?json_string}", + "unloading_appointment" : "${eventRP.appointmentCustomFields.unloading!"false"?json_string}", + "load_appointment" : "${eventRP.appointmentCustomFields.loading!"false"?json_string}", <#switch appointment.AppointmentType> <#case AppointmentType.APPOINTMENT_TYPE_LOADING> <#if appointment.TimeZone?? && appointment.TimeZone!=""> From 68f99e143528ad13b094e36bff04894e6eb88154 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 16 Apr 2026 17:23:35 +0200 Subject: [PATCH 2/3] SCPN1-10586 --- RFXtoRP_HsrAntRec.ftl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RFXtoRP_HsrAntRec.ftl b/RFXtoRP_HsrAntRec.ftl index 97ece4c..976149f 100644 --- a/RFXtoRP_HsrAntRec.ftl +++ b/RFXtoRP_HsrAntRec.ftl @@ -38,8 +38,7 @@ <#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)> [ { - - <#stop "delete > + <#stop > } ] <#break> From 2bfb866dcc5586d3289ee3ad63dd6205067f377b Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 16 Apr 2026 17:35:48 +0200 Subject: [PATCH 3/3] SCPN1-10586 --- ...rierAppointmentSlotOrCarrierInformationUpdatedByNumber.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RPtoRFX_CarrierAppointmentSlotOrCarrierInformationUpdatedByNumber.ftl b/RPtoRFX_CarrierAppointmentSlotOrCarrierInformationUpdatedByNumber.ftl index 1c94ae1..5c8ff23 100644 --- a/RPtoRFX_CarrierAppointmentSlotOrCarrierInformationUpdatedByNumber.ftl +++ b/RPtoRFX_CarrierAppointmentSlotOrCarrierInformationUpdatedByNumber.ftl @@ -10,8 +10,8 @@ "payload" : { <#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl"> - "unloading_appointment" : "${eventRP.appointmentCustomFields.unloading?json_string}", - "load_appointment" : "${eventRP.appointmentCustomFields.loading?json_string}", + "unloading_appointment" : "${eventRP.appointmentCustomFields.unloading!"false"?json_string}", + "load_appointment" : "${eventRP.appointmentCustomFields.loading!"false"?json_string}", <#switch appointment.AppointmentType> <#case AppointmentType.APPOINTMENT_TYPE_LOADING> <#if appointment.TimeZone?? && appointment.TimeZone!="">