SCPN1-10765

This commit is contained in:
2026-05-11 17:26:22 +02:00
parent dc2197ade3
commit dcd8188a60
9 changed files with 15 additions and 23 deletions

View File

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