This commit is contained in:
2026-01-02 09:30:57 +01:00
parent ef2ae50b62
commit 50366dab9e
22 changed files with 145 additions and 101 deletions

View File

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