You've already forked reflex-wms-connector
SCPN1-10100
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
},
|
},
|
||||||
"payload" :
|
"payload" :
|
||||||
{
|
{
|
||||||
|
<#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl">
|
||||||
<#switch appointment.AppointmentType>
|
<#switch appointment.AppointmentType>
|
||||||
<#case "APPOINTMENT_TYPE_LOADING">
|
<#case "APPOINTMENT_TYPE_LOADING">
|
||||||
"unloading_appointment" : "false",
|
"unloading_appointment" : "false",
|
||||||
@@ -35,7 +36,6 @@
|
|||||||
<#default>
|
<#default>
|
||||||
<#stop "appointment.AppointmentType not implemented" >
|
<#stop "appointment.AppointmentType not implemented" >
|
||||||
</#switch>
|
</#switch>
|
||||||
<#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl">
|
|
||||||
"appointment_designation":"${(appointment.Reason!"")!?json_string}"
|
"appointment_designation":"${(appointment.Reason!"")!?json_string}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
"payload" :
|
"payload" :
|
||||||
{
|
{
|
||||||
|
<#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl">
|
||||||
<#switch appointment.AppointmentType>
|
<#switch appointment.AppointmentType>
|
||||||
<#case "APPOINTMENT_TYPE_LOADING">
|
<#case "APPOINTMENT_TYPE_LOADING">
|
||||||
"unloading_appointment" : "false",
|
"unloading_appointment" : "false",
|
||||||
@@ -34,7 +35,6 @@
|
|||||||
<#default>
|
<#default>
|
||||||
<#stop "appointment.AppointmentType not implemented" >
|
<#stop "appointment.AppointmentType not implemented" >
|
||||||
</#switch>
|
</#switch>
|
||||||
<#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl">
|
|
||||||
"appointment_designation":"${(appointment.Reason!"")!?json_string}"
|
"appointment_designation":"${(appointment.Reason!"")!?json_string}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user