RDV
This commit is contained in:
parent
b24fe76a81
commit
e8551aa698
@ -32,6 +32,7 @@
|
|||||||
"planned_carrier" : "ABAN", <#-- "${appointment.CarrierName?json_string}", -->
|
"planned_carrier" : "ABAN", <#-- "${appointment.CarrierName?json_string}", -->
|
||||||
|
|
||||||
<#if appointment.Commissions??>
|
<#if appointment.Commissions??>
|
||||||
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
||||||
"physical_receipt_list": [
|
"physical_receipt_list": [
|
||||||
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
||||||
{
|
{
|
||||||
@ -44,6 +45,11 @@
|
|||||||
<#sep>,</#sep>
|
<#sep>,</#sep>
|
||||||
</#list>
|
</#list>
|
||||||
],
|
],
|
||||||
|
<#else>
|
||||||
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||||
|
"appointment_designation":"LOADING",
|
||||||
|
</#if>
|
||||||
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
"constant_appointment": "false"
|
"constant_appointment": "false"
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
"payload" :
|
"payload" :
|
||||||
{
|
{
|
||||||
<#if appointment.Commissions??>
|
<#if appointment.Commissions??>
|
||||||
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_UNLOADING">
|
||||||
"physical_receipt_list": [
|
"physical_receipt_list": [
|
||||||
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
||||||
{
|
{
|
||||||
@ -21,6 +22,11 @@
|
|||||||
<#sep>,</#sep>
|
<#sep>,</#sep>
|
||||||
</#list>
|
</#list>
|
||||||
]
|
]
|
||||||
|
<#else>
|
||||||
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||||
|
"appointment_designation":"LOADING"
|
||||||
|
</#if>
|
||||||
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user