RDV
This commit is contained in:
parent
67fb97753d
commit
cd7f2ecb22
@ -52,7 +52,11 @@
|
|||||||
</#if>
|
</#if>
|
||||||
<#else>
|
<#else>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||||
|
<#if appointment.Commissions.OrderID ?? && appointment.Commissions.OrderID!="">
|
||||||
"appointment_designation":"LOADING",
|
"appointment_designation":"LOADING",
|
||||||
|
<#else>
|
||||||
|
"appointment_designation":"${appointment.Reason?json_string}",
|
||||||
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user