(cherry picked from commit 0a34359e1240232c51a57431b9a4b8f95d717db3)
This commit is contained in:
Francis REAT 2026-01-15 09:31:58 +01:00
parent 3e3091f194
commit 46260b8241

View File

@ -15,10 +15,6 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign carrier_apt = JsonUtil.jsonToMap(dataRfx)> <#assign carrier_apt = JsonUtil.jsonToMap(dataRfx)>
<#if (carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true")>
<#stop "The loading and unloading appointment is not yet managed." >
</#if>
<#switch cloudEventMsg.action> <#switch cloudEventMsg.action>
<#case "C"> <#case "C">
<#-- *********************************************** Action = CREATE or UPDATE ******************** --> <#-- *********************************************** Action = CREATE or UPDATE ******************** -->