Merge branch 'develop-1.2' into Release-1.2-V14

# Conflicts:
#	ActorPrefix.ftl
#	RFXtoRP_HsaDesPatch.ftl
#	RFXtoRP_HsaDespNt.ftl
#	RFXtoRP_HsrLoadInfo.ftl
#	RFXtoRP_HsrPackBranch.ftl
#	RFXtoRP_HsrPackOrder.ftl
This commit is contained in:
2026-06-22 13:38:41 +02:00
6 changed files with 14 additions and 14 deletions

View File

@@ -38,7 +38,7 @@
<#local depot = actor>
<#else>
<#if actor?length gt 4>
<#local depot = actor[4..]>
<#local depot = actor[4..]>
<#else>
<#local depot = actor>
</#if>
@@ -83,7 +83,7 @@
<#local supplier = actor>
<#else>
<#if actor?length gt 4>
<#local supplier = actor[4..]>
<#local supplier = actor[4..]>
<#else>
<#local supplier = actor>
</#if>
@@ -126,7 +126,7 @@
<#local carrier = actor>
<#else>
<#if actor?length gt 4>
<#local carrier = actor[4..]>
<#local carrier = actor[4..]>
<#else>
<#local carrier = actor>
</#if>
@@ -169,7 +169,7 @@
<#local consignee = actor>
<#else>
<#if actor?length gt 4>
<#local consignee = actor[4..]>
<#local consignee = actor[4..]>
<#else>
<#local consignee = actor>
</#if>

View File

@@ -17,7 +17,7 @@
<#assign desPatch = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#case "D">
<#-- *********************************************** Action = DELETE ******************** -->
@@ -25,7 +25,7 @@
<#assign desPatch = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#default>
<#stop >
</#switch>

View File

@@ -17,7 +17,7 @@
<#assign despNt = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#case "D">
<#-- *********************************************** Action = DELETE ******************** -->
@@ -25,7 +25,7 @@
<#assign despNt = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#default>
<#stop >
</#switch>

View File

@@ -18,14 +18,14 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign depot = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#case "D">
<#-- *********************************************** Action = DELETE *************************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign depot = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#default>
<#stop >

View File

@@ -17,7 +17,7 @@
<#assign packBranch = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#case "D">
<#-- *********************************************** Action = DELETE ******************** -->
@@ -25,7 +25,7 @@
<#assign packBranch = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#default>
<#stop >
</#switch>

View File

@@ -17,7 +17,7 @@
<#assign packOrder = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#case "D">
<#-- *********************************************** Action = DELETE ******************** -->
@@ -25,7 +25,7 @@
<#assign packOrder = JsonUtil.jsonToMap(dataRfx)>
<#stop>
<#break>
<#break>
<#default>
<#stop >
</#switch>