This commit is contained in:
Laurie MONTANT 2025-12-23 09:33:10 +01:00
parent 249f9e3fbe
commit 3a7cfb555f

View File

@ -57,8 +57,6 @@
<#else>
<#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}",
</#if>
</#if>