SCPN1-10100

This commit is contained in:
2026-01-27 15:01:08 +01:00
parent c1ea6e46af
commit 5492139935
2 changed files with 2 additions and 2 deletions

View File

@@ -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}"
} }
} }

View File

@@ -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}"
} }
} }