Revert "SCPN1-8865"

This reverts commit 8cd98b86380e36efe8f4e6f216c70fcd657804d9.
This commit is contained in:
Laurie MONTANT 2025-07-17 13:59:57 +02:00
parent 632cc2b647
commit 7bf9d3c674

View File

@ -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">
</#if>
<#else>
<#stop>
</#if>