This commit is contained in:
Laurie MONTANT 2025-12-23 14:54:14 +01:00
parent 7579ff4e68
commit 6853819d49
3 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@
<#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}",
<#else>
<#if carrier_apt.appointment_designation?? && carrier_apt.appointment_designation!="">

View File

@ -22,7 +22,7 @@
]
<#else>
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
"appointment_designation":"LOADING"
"appointment_designation":"${appointment.Reason!""?json_string}"
</#if>
</#if>
</#if>

View File

@ -21,7 +21,7 @@
]
<#else>
<#if appointment.AppointmentType == "APPOINTMENT_TYPE_LOADING">
"appointment_designation":"LOADING"
"appointment_designation":"${appointment.Reason!""?json_string}"
</#if>
</#if>
</#if>