You've already forked reflex-wms-connector
RDV
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
]
|
]
|
||||||
<#else>
|
<#else>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||||
"appointment_designation":"LOADING"
|
"appointment_designation":"${appointment.Reason!""?json_string}"
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
]
|
]
|
||||||
<#else>
|
<#else>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||||
"appointment_designation":"LOADING"
|
"appointment_designation":"${appointment.Reason!""?json_string}"
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
Reference in New Issue
Block a user