This commit is contained in:
Francis REAT 2026-01-15 09:31:58 +01:00
parent d908f7db77
commit 0a34359e12

View File

@ -15,10 +15,6 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#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>
<#case "C">
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->