You've already forked reflex-wms-connector
SCPN1-11090
(cherry picked from commit 70fe4a3eda48a1cd6bf6be79858acb01d24c3286) Co-authored-by: Laurie Montant <laurie.montant@hardis-group.com>
This commit is contained in:
@@ -38,8 +38,11 @@
|
||||
<#if appointment.AppointmentType == AppointmentType.APPOINTMENT_TYPE_UNLOADING >
|
||||
<#if appointment.Unloading?? && appointment.Unloading.Projects?? &&
|
||||
appointment.Unloading.Projects[0]?? &&
|
||||
appointment.Unloading.Projects[0].Commissions?? && appointment.Unloading.Projects[0].Commissions[0].ExecutionflowID == ""
|
||||
&& appointment.Unloading.Projects[0].Commissions[0].OrderID == "">
|
||||
appointment.Unloading.Projects[0].Commissions?? &&
|
||||
appointment.Unloading.Projects[0].Commissions[0].ExecutionflowID?? &&
|
||||
appointment.Unloading.Projects[0].Commissions[0].ExecutionflowID == ""&&
|
||||
appointment.Unloading.Projects[0].Commissions[0].OrderID?? &&
|
||||
appointment.Unloading.Projects[0].Commissions[0].OrderID == "">
|
||||
"appointment_designation":"${(appointment.Reason!"")!?json_string}",
|
||||
<#else>
|
||||
"physical_receipt_list": [
|
||||
|
||||
Reference in New Issue
Block a user