You've already forked reflex-wms-connector
@@ -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 ******************** -->
|
||||
|
||||
Reference in New Issue
Block a user