From 867fdc5743a5149c32573fe12a49dbe0eb133038 Mon Sep 17 00:00:00 2001 From: frea Date: Tue, 5 Nov 2024 11:10:04 +0100 Subject: [PATCH 1/3] SCPN1-7496 --- RFXtoRP_HsaIpgMove_StockMoved.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFXtoRP_HsaIpgMove_StockMoved.ftl b/RFXtoRP_HsaIpgMove_StockMoved.ftl index c09d3ae..cc573a9 100644 --- a/RFXtoRP_HsaIpgMove_StockMoved.ftl +++ b/RFXtoRP_HsaIpgMove_StockMoved.ftl @@ -57,7 +57,7 @@ "Quantity": { "LVID": "${quantity_in_base_lv_RP_Cst}", - <#if reflexMvtStockInterface.move_sign == "+"> + <#if reflexMvtStockInterface.move_sign == "+" || reflexMvtStockInterface.ipg_move_quantity_in_base_lvs < 0 > "Value": ${reflexMvtStockInterface.ipg_move_quantity_in_base_lvs} <#else> "Value": -${reflexMvtStockInterface.ipg_move_quantity_in_base_lvs} From a4f3bf8151342ea62507248c543b0d78f1c4fa0a Mon Sep 17 00:00:00 2001 From: frea Date: Tue, 5 Nov 2024 11:28:00 +0100 Subject: [PATCH 2/3] SCPN1-7496 --- RFXtoRP_HsaIpgMove_StockMoved.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFXtoRP_HsaIpgMove_StockMoved.ftl b/RFXtoRP_HsaIpgMove_StockMoved.ftl index cc573a9..bbc1677 100644 --- a/RFXtoRP_HsaIpgMove_StockMoved.ftl +++ b/RFXtoRP_HsaIpgMove_StockMoved.ftl @@ -57,7 +57,7 @@ "Quantity": { "LVID": "${quantity_in_base_lv_RP_Cst}", - <#if reflexMvtStockInterface.move_sign == "+" || reflexMvtStockInterface.ipg_move_quantity_in_base_lvs < 0 > + <#if reflexMvtStockInterface.move_sign == "+" || reflexMvtStockInterface.ipg_move_quantity_in_base_lvs <= 0 > "Value": ${reflexMvtStockInterface.ipg_move_quantity_in_base_lvs} <#else> "Value": -${reflexMvtStockInterface.ipg_move_quantity_in_base_lvs} From e6a27c2ba2f20cc9c0e8dec28d518f3c4c34e160 Mon Sep 17 00:00:00 2001 From: freat Date: Tue, 5 Nov 2024 11:31:06 +0100 Subject: [PATCH 3/3] Release 1.2.28+5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 226d3fc..d056bd2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.28+4 +1.2.28+5