SCPN1-10586

(cherry picked from commit 2bfb866dcc)
This commit is contained in:
2026-04-16 17:35:48 +02:00
parent af5775375e
commit 9a9e6922da

View File

@@ -10,8 +10,8 @@
"payload" : "payload" :
{ {
<#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl"> <#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl">
"unloading_appointment" : "${eventRP.appointmentCustomFields.unloading?json_string}", "unloading_appointment" : "${eventRP.appointmentCustomFields.unloading!"false"?json_string}",
"load_appointment" : "${eventRP.appointmentCustomFields.loading?json_string}", "load_appointment" : "${eventRP.appointmentCustomFields.loading!"false"?json_string}",
<#switch appointment.AppointmentType> <#switch appointment.AppointmentType>
<#case AppointmentType.APPOINTMENT_TYPE_LOADING> <#case AppointmentType.APPOINTMENT_TYPE_LOADING>
<#if appointment.TimeZone?? && appointment.TimeZone!=""> <#if appointment.TimeZone?? && appointment.TimeZone!="">