From 832efcc8f6a1f2da016a9c75e9992293bdd156d5 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 9 Dec 2025 10:43:48 +0100 Subject: [PATCH] RDV --- RPtoRFX_CarrierAppointmentSlotUpdated.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RPtoRFX_CarrierAppointmentSlotUpdated.ftl b/RPtoRFX_CarrierAppointmentSlotUpdated.ftl index 8392929..f4a82a1 100644 --- a/RPtoRFX_CarrierAppointmentSlotUpdated.ftl +++ b/RPtoRFX_CarrierAppointmentSlotUpdated.ftl @@ -14,7 +14,7 @@ "unloading_appointment" : "false", "load_appointment" : "true", "planned_load_start_datetime" : "${DateTimeUTCtoRfxLocale(appointment.Slot.StartDateTime,time_zone_rfx)}", - "planned_load_end_datetime": "${AddSecondsToDatetime(appointment.Slot.StartDateTime?datetime.iso,appointment.Slot.DurationInSeconds?number)?iso_nz(time_zone_rfx)}", + "planned_load_end_datetime": "${AddSecondsToDatetime(appointment.Slot.StartDateTime?datetime.iso,appointment.Slot.DurationInSeconds?number)?iso_nz(time_zone_rfx)}" <#break> @@ -22,7 +22,7 @@ "unloading_appointment" : "true", "load_appointment" : "false", "planned_unloading_start_datetime" : "${DateTimeUTCtoRfxLocale(appointment.Slot.StartDateTime,time_zone_rfx)}", - "planned_unloading_end_datetime": "${AddSecondsToDatetime(appointment.Slot.StartDateTime?datetime.iso,appointment.Slot.DurationInSeconds?number)?iso_nz(time_zone_rfx)}", + "planned_unloading_end_datetime": "${AddSecondsToDatetime(appointment.Slot.StartDateTime?datetime.iso,appointment.Slot.DurationInSeconds?number)?iso_nz(time_zone_rfx)}" <#break> <#default> <#stop "appointment.AppointmentType not implemented" >