RDV
This commit is contained in:
parent
f66912121e
commit
e1b1b8ad2d
@ -56,7 +56,11 @@
|
|||||||
</#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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user