This commit is contained in:
Laurie MONTANT 2025-12-23 15:23:35 +01:00
parent a314097423
commit ef2ae50b62

View File

@ -56,10 +56,14 @@
</#if> </#if>
<#else> <#else>
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING"> <#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
<#if appointment.Commissions[0].OrderID ?? && appointment.Commissions[0].OrderID!="">
"appointment_designation":"LOADING",
<#else>
"appointment_designation":"${(appointment.Reason!"")?json_string}", "appointment_designation":"${(appointment.Reason!"")?json_string}",
</#if> </#if>
</#if> </#if>
</#if> </#if>
</#if>
"constant_appointment": "false" "constant_appointment": "false"
} }
} }