RDV
This commit is contained in:
parent
0ac201dbc5
commit
793abba25f
@ -46,7 +46,7 @@
|
|||||||
</#if>
|
</#if>
|
||||||
<#else>
|
<#else>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||||
<#if appointment.Commissions.OrderID ?? && appointment.Commissions.OrderID!="">
|
<#if appointment.Commissions[0].OrderID ?? && appointment.Commissions[0].OrderID!="">
|
||||||
"appointment_designation":"LOADING",
|
"appointment_designation":"LOADING",
|
||||||
<#else>
|
<#else>
|
||||||
"appointment_designation":"${(appointment.Reason!"")?json_string}",
|
"appointment_designation":"${(appointment.Reason!"")?json_string}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user