modif sur les rdz

This commit is contained in:
2025-11-25 13:30:00 +01:00
parent 97ed60c7fa
commit 39f654c95a
6 changed files with 10 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
"appointment_reference": "${eventRP.refid?json_string}",
<#switch appointment.AppointmentType>
<#case "APPOINTMENT_TYPE_EXPEDITION">
<#case "APPOINTMENT_TYPE_LOADING">
"unloading_appointment" : "false",
"load_appointment" : "true",
@@ -19,7 +19,7 @@
<#break>
<#case "APPOINTMENT_TYPE_RECEPTION">
<#case "APPOINTMENT_TYPE_UNLOADING">
"unloading_appointment" : "true",
"load_appointment" : "false",
"planned_unloading_start_datetime" : "${DateTimeUTCtoRfxLocale(appointment.Slot.StartDateTime,time_zone_rfx)}",