From af5775375e0329fe2c168fa53e9bf816703e7a25 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 16 Apr 2026 17:17:35 +0200 Subject: [PATCH 1/2] SCPN1-10586 (cherry picked from commit 13fe55ae1a544c3af3a3a6cac1e27c683a7da87f) --- 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 9a9e6922da82d7e3b881f4fa034b7c005638a44c Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Thu, 16 Apr 2026 17:35:48 +0200 Subject: [PATCH 2/2] SCPN1-10586 (cherry picked from commit 2bfb866dcc5586d3289ee3ad63dd6205067f377b) --- ...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!="">