From 7bf9d3c674f933400002cc8d7d28e8ac00fc28b9 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Thu, 17 Jul 2025 13:59:57 +0200 Subject: [PATCH] Revert "SCPN1-8865" This reverts commit 8cd98b86380e36efe8f4e6f216c70fcd657804d9. --- RFXtoRP_HsaIpgMove.ftl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RFXtoRP_HsaIpgMove.ftl b/RFXtoRP_HsaIpgMove.ftl index 4b0b7d5..9884ec8 100644 --- a/RFXtoRP_HsaIpgMove.ftl +++ b/RFXtoRP_HsaIpgMove.ftl @@ -47,6 +47,7 @@ <#if (reflexMvtStockInterface.ipg_move_type == "100" || reflexMvtStockInterface.ipg_move_type == "110" || reflexMvtStockInterface.ipg_move_type == "120") > + <#if reflexMvtStockInterface.receipt_reference?? && reflexMvtStockInterface.receipt_reference!=""> [ { <#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitGoodsReceived> @@ -55,6 +56,10 @@ <#include "RFXtoRP_HsaIpgMove_GoodsReceived.ftl"> } ] + <#else> + <#-- Case of IPG move type volontarilly ignored--> + <#stop " Reference receipt is empty"> + <#else> <#stop>