You've already forked reflex-wms-connector
RDV
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
},
|
||||
"payload" :
|
||||
{
|
||||
<#if appointment.Commissions??>
|
||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
||||
<#list eventRP.addedCommissions as addedCommission>
|
||||
<#list eventRP.executionflowCustomFields.entrySet()?filter(l ->l.value?? && l.value?has_content) as CustomFields>
|
||||
"physical_receipt_list": [
|
||||
{
|
||||
"receipt_activity": "${commission.value.activity_code?json_string}",
|
||||
@@ -19,11 +19,5 @@
|
||||
"receipt_number": "${commission.value.order_number?json_string}"
|
||||
}
|
||||
]
|
||||
<#else>
|
||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||
"appointment_designation":"${appointment.Reason!""?json_string}"
|
||||
</#if>
|
||||
</#if>
|
||||
</#if>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user