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