You've already forked reflex-wms-connector
Merge branch 'develop' of https://gitlab.hardis-group.com/r-d-technique/tiers/reflex-wms-connector into develop
This commit is contained in:
@@ -38,8 +38,7 @@
|
|||||||
<#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)>
|
<#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)>
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
<#stop >
|
||||||
<#stop "delete >
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
<#break>
|
<#break>
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
},
|
},
|
||||||
"payload" :
|
"payload" :
|
||||||
{
|
{
|
||||||
"unloading_appointment" : "${eventRP.appointmentCustomFields.unloading?json_string}",
|
"unloading_appointment" : "${eventRP.appointmentCustomFields.unloading!"false"?json_string}",
|
||||||
"load_appointment" : "${eventRP.appointmentCustomFields.loading?json_string}",
|
"load_appointment" : "${eventRP.appointmentCustomFields.loading!"false"?json_string}",
|
||||||
<#switch appointment.AppointmentType>
|
<#switch appointment.AppointmentType>
|
||||||
<#case AppointmentType.APPOINTMENT_TYPE_LOADING>
|
<#case AppointmentType.APPOINTMENT_TYPE_LOADING>
|
||||||
<#if appointment.TimeZone?? && appointment.TimeZone!="">
|
<#if appointment.TimeZone?? && appointment.TimeZone!="">
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
"payload" :
|
"payload" :
|
||||||
{
|
{
|
||||||
<#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl">
|
<#include "RPtoRFX_CarrierAppointmentDataUpdated.ftl">
|
||||||
"unloading_appointment" : "${eventRP.appointmentCustomFields.unloading?json_string}",
|
"unloading_appointment" : "${eventRP.appointmentCustomFields.unloading!"false"?json_string}",
|
||||||
"load_appointment" : "${eventRP.appointmentCustomFields.loading?json_string}",
|
"load_appointment" : "${eventRP.appointmentCustomFields.loading!"false"?json_string}",
|
||||||
<#switch appointment.AppointmentType>
|
<#switch appointment.AppointmentType>
|
||||||
<#case AppointmentType.APPOINTMENT_TYPE_LOADING>
|
<#case AppointmentType.APPOINTMENT_TYPE_LOADING>
|
||||||
<#if appointment.TimeZone?? && appointment.TimeZone!="">
|
<#if appointment.TimeZone?? && appointment.TimeZone!="">
|
||||||
|
|||||||
Reference in New Issue
Block a user