RDV
This commit is contained in:
parent
7579ff4e68
commit
6853819d49
@ -100,7 +100,7 @@
|
|||||||
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true">
|
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true" && carrier_apt.appointment_designation?? && carrier_apt.appointment_designation!="">
|
||||||
"Reason": "LOAD AND UNLOADING / ${carrier_apt.appointment_designation?json_string}",
|
"Reason": "LOAD AND UNLOADING / ${carrier_apt.appointment_designation?json_string}",
|
||||||
<#else>
|
<#else>
|
||||||
<#if carrier_apt.appointment_designation?? && carrier_apt.appointment_designation!="">
|
<#if carrier_apt.appointment_designation?? && carrier_apt.appointment_designation!="">
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
]
|
]
|
||||||
<#else>
|
<#else>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||||
"appointment_designation":"LOADING"
|
"appointment_designation":"${appointment.Reason!""?json_string}"
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
]
|
]
|
||||||
<#else>
|
<#else>
|
||||||
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
|
||||||
"appointment_designation":"LOADING"
|
"appointment_designation":"${appointment.Reason!""?json_string}"
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user