From dcd8188a606ad022594cd89b6bfe9f54fe98d442 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Mon, 11 May 2026 17:26:22 +0200 Subject: [PATCH] SCPN1-10765 --- RFXtoRP_HfGrade.ftl | 2 +- RFXtoRP_HfLvTypeList.ftl | 2 +- RFXtoRP_HfOwner.ftl | 2 +- RFXtoRP_HsaDesPatch.ftl | 4 ++-- RFXtoRP_HsaDespNt.ftl | 4 ++-- RFXtoRP_HsaIpgMove_StockMoved.ftl | 2 +- RFXtoRP_HsrLoadInfo.ftl | 14 +++----------- RFXtoRP_HsrPackBranch.ftl | 4 ++-- RFXtoRP_HsrPackOrder.ftl | 4 ++-- 9 files changed, 15 insertions(+), 23 deletions(-) diff --git a/RFXtoRP_HfGrade.ftl b/RFXtoRP_HfGrade.ftl index bd2d152..82bd26f 100644 --- a/RFXtoRP_HfGrade.ftl +++ b/RFXtoRP_HfGrade.ftl @@ -10,7 +10,7 @@ <#case "C"> <#case "U"> <#case "D"> - <#stop "no generic FTL file available yet for Grades"> + <#stop > <#break> diff --git a/RFXtoRP_HfLvTypeList.ftl b/RFXtoRP_HfLvTypeList.ftl index caade42..2e7865a 100644 --- a/RFXtoRP_HfLvTypeList.ftl +++ b/RFXtoRP_HfLvTypeList.ftl @@ -11,7 +11,7 @@ <#case "U"> <#case "D"> - <#stop "no generic FTL file available yet for LV types"> + <#stop > <#break> diff --git a/RFXtoRP_HfOwner.ftl b/RFXtoRP_HfOwner.ftl index 6d046b7..ee69be1 100644 --- a/RFXtoRP_HfOwner.ftl +++ b/RFXtoRP_HfOwner.ftl @@ -10,7 +10,7 @@ <#case "C"> <#case "U"> <#case "D"> - <#stop "no generic FTL file available yet for Owners"> + <#stop > <#break> diff --git a/RFXtoRP_HsaDesPatch.ftl b/RFXtoRP_HsaDesPatch.ftl index 1e362dc..16ffb9f 100644 --- a/RFXtoRP_HsaDesPatch.ftl +++ b/RFXtoRP_HsaDesPatch.ftl @@ -16,7 +16,7 @@ <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign desPatch = JsonUtil.jsonToMap(dataRfx)> - <#stop "no generic FTL file available yet for desPatch"> + <#stop > <#break> <#case "D"> @@ -24,7 +24,7 @@ <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign desPatch = JsonUtil.jsonToMap(dataRfx)> - <#stop "no generic FTL file available yet for desPatch"> + <#stop > <#break> <#default> <#stop > diff --git a/RFXtoRP_HsaDespNt.ftl b/RFXtoRP_HsaDespNt.ftl index 97c2538..4ceb9e1 100644 --- a/RFXtoRP_HsaDespNt.ftl +++ b/RFXtoRP_HsaDespNt.ftl @@ -16,7 +16,7 @@ <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign despNt = JsonUtil.jsonToMap(dataRfx)> - <#stop "no generic FTL file available yet for despNt"> + <#stop > <#break> <#case "D"> @@ -24,7 +24,7 @@ <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign despNt = JsonUtil.jsonToMap(dataRfx)> - <#stop "no generic FTL file available yet for despNt"> + <#stop > <#break> <#default> <#stop > diff --git a/RFXtoRP_HsaIpgMove_StockMoved.ftl b/RFXtoRP_HsaIpgMove_StockMoved.ftl index 1be2932..7fb0837 100644 --- a/RFXtoRP_HsaIpgMove_StockMoved.ftl +++ b/RFXtoRP_HsaIpgMove_StockMoved.ftl @@ -60,7 +60,7 @@ "ExternalInfo" : "${reflexMvtStockInterface.stock_move_reference?json_string}", <#if reflexMvtStockInterface.ipg_move_operation_year_number!= 0> - "OperationReference": "${reflexMvtStockInterface.ipg_move_operation_year_number} - ${reflexMvtStockInterface.ipg_move_operation_number}", + "OperationReference": "${reflexMvtStockInterface.physical_depot_code}${reflexMvtStockInterface.activity_code}-${reflexMvtStockInterface.ipg_move_operation_year_number} - ${reflexMvtStockInterface.ipg_move_operation_number}", "Quantity": diff --git a/RFXtoRP_HsrLoadInfo.ftl b/RFXtoRP_HsrLoadInfo.ftl index a74a148..1f92412 100644 --- a/RFXtoRP_HsrLoadInfo.ftl +++ b/RFXtoRP_HsrLoadInfo.ftl @@ -17,23 +17,15 @@ <#-- *********************************************** Action = CREATE or UPDATE ******************** --> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign depot = JsonUtil.jsonToMap(dataRfx)> - [ - { - - } - ] + <#stop > <#break> <#case "D"> <#-- *********************************************** Action = DELETE *************************** --> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign depot = JsonUtil.jsonToMap(dataRfx)> - [ - { - - } - ] - <#break> + <#stop > + <#break> <#default> <#stop > diff --git a/RFXtoRP_HsrPackBranch.ftl b/RFXtoRP_HsrPackBranch.ftl index f0f360e..39f7067 100644 --- a/RFXtoRP_HsrPackBranch.ftl +++ b/RFXtoRP_HsrPackBranch.ftl @@ -16,7 +16,7 @@ <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign packBranch = JsonUtil.jsonToMap(dataRfx)> - <#stop "no generic FTL file available yet for Pack Branch"> + <#stop > <#break> <#case "D"> @@ -24,7 +24,7 @@ <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign packBranch = JsonUtil.jsonToMap(dataRfx)> - <#stop "no generic FTL file available yet for Pack Branch"> + <#stop > <#break> <#default> <#stop > diff --git a/RFXtoRP_HsrPackOrder.ftl b/RFXtoRP_HsrPackOrder.ftl index 63a612d..bed33fd 100644 --- a/RFXtoRP_HsrPackOrder.ftl +++ b/RFXtoRP_HsrPackOrder.ftl @@ -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 >