modif sur les rdz

This commit is contained in:
Francis REAT 2025-11-19 17:50:50 +01:00
parent 4d9f26f260
commit 39e2272e67

View File

@ -14,7 +14,7 @@
"unloading_appointment" : "false",
"load_appointment" : "true",
"planned_load_start_datetime : "${appointment.Slot.StartDateTime?iso_nz(time_zone_rfx)}",
"planned_load_start_datetime : "${DateTimeUTCtoRfxLocale(appointment.Slot.StartDateTime,time_zone_rfx)}",
"planned_load_end_datetime": "${AddSecondsToDatetime(appointment.Slot.StartDateTime,appointment.Slot.DurationInSeconds)?iso_nz(time_zone_rfx)}"
<#break>
@ -22,7 +22,7 @@
<#case "APPOINTMENT_TYPE_RECEPTION">
"unloading_appointment" : "true",
"load_appointment" : "false",
"planned_unloading_start_datetime : "${appointment.Slot.StartDateTime?iso_nz(time_zone_rfx)}",
"planned_unloading_start_datetime : "${DateTimeUTCtoRfxLocale(appointment.Slot.StartDateTime?iso_nz(time_zone_rfx)}",
"planned_unloading_end_datetime": "${AddSecondsToDatetime(appointment.Slot.StartDateTime,appointment.Slot.DurationInSeconds)?iso_nz(time_zone_rfx)}"
<#break>
<#default>
@ -62,9 +62,10 @@
"ExecutionflowID": "DPFALIDEPT ALIMSPA-121125-02"
}
}
-->
<#sep>,</#sep>
</#list>
-->
</#list>
],
</#if>
"constant_appointment": "false"