SCPN1-10765

This commit is contained in:
2026-05-11 17:26:42 +02:00
parent e73a2ccd83
commit 7563a1e932
9 changed files with 24 additions and 34 deletions

View File

@@ -16,16 +16,16 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign packOrder = JsonUtil.jsonToMap(dataRfx)>
<#stop "no generic FTL file available yet for Pack Order">
<#break>
<#stop>
<#break>
<#case "D">
<#-- *********************************************** Action = DELETE ******************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign packOrder = JsonUtil.jsonToMap(dataRfx)>
<#stop "no generic FTL file available yet for Pack Order">
<#break>
<#stop>
<#break>
<#default>
<#stop >
</#switch>