This commit is contained in:
Laurie MONTANT 2025-11-24 15:46:31 +01:00
parent 7bf4f67caf
commit 178e73d81b

View File

@ -35,8 +35,7 @@
</#if> </#if>
<#else> <#else>
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true"> <#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true">
<#assign appointmentType = AppointmentType.APPOINTMENT_TYPE_BOTH> <#stop "Not managed">
<#assign duration = 0 /> <#-- à confirmer -->
<#else> <#else>
<#assign appointmentType = AppointmentType.APPOINTMENT_TYPE_UNKNOWN> <#assign appointmentType = AppointmentType.APPOINTMENT_TYPE_UNKNOWN>
<#assign duration = 0 /> <#-- à confirmer --> <#assign duration = 0 /> <#-- à confirmer -->