SCPN1-10100

This commit is contained in:
2026-01-27 12:02:28 +01:00
parent 289b8c3fc1
commit e12235319e
2 changed files with 24 additions and 0 deletions

View File

@@ -35,6 +35,18 @@
<#default>
<#stop "appointment.AppointmentType not implemented" >
</#switch>-->
<#switch appointment.AppointmentType>
<#case "APPOINTMENT_TYPE_LOADING">
"unloading_appointment" : "false",
"load_appointment" : "true",
<#break>
<#case "APPOINTMENT_TYPE_UNLOADING">
"unloading_appointment" : "true",
"load_appointment" : "false",
<#break>
<#default>
<#stop "appointment.AppointmentType not implemented" >
</#switch> -->
"appointment_designation":"${(appointment.Reason!"")!?json_string}"
}
}

View File

@@ -33,6 +33,18 @@
<#break>
<#default>
<#stop "appointment.AppointmentType not implemented" >
</#switch> -->
<#switch appointment.AppointmentType>
<#case "APPOINTMENT_TYPE_LOADING">
"unloading_appointment" : "false",
"load_appointment" : "true",
<#break>
<#case "APPOINTMENT_TYPE_UNLOADING">
"unloading_appointment" : "true",
"load_appointment" : "false",
<#break>
<#default>
<#stop "appointment.AppointmentType not implemented" >
</#switch> -->
"appointment_designation":"${(appointment.Reason!"")!?json_string}"
}