Modifs HsaIpgMove-Rec 1801241412

This commit is contained in:
Laurie MONTANT 2024-01-18 14:12:33 +01:00
parent ca30958d35
commit ed809f872d

View File

@ -25,10 +25,14 @@
<#-- Goods received Segmentation Keys inclusion --> <#-- Goods received Segmentation Keys inclusion -->
<#include "RFXtoRP_HsaIpgMove_GoodsReceived_SegmentationKeys.ftl"> <#include "RFXtoRP_HsaIpgMove_GoodsReceived_SegmentationKeys.ftl">
}, },
"ExecutionflowID": "${reflexMvtStockInterface.receipt_reference}", <#if reflexMvtStockInterface.receipt_reference!="">
"LineID": "${reflexMvtStockInterface.receipt_line_number}", "ExecutionflowID": "${reflexMvtStockInterface.receipt_reference}",
"ActorID": "${reflexMvtStockInterface.physical_depot_code}", <#else>
"Quantity": { "ExecutionflowID": "${reflexMvtStockInterface.physical_depot_code}${reflexMvtStockInterface.activity_code}${reflexMvtStockInterface.ipg_move_year_number}${reflexMvtStockInterface.extended_ipg_move_number}",
</#if>
"LineID": "${reflexMvtStockInterface.receipt_line_number}",
"ActorID": "${reflexMvtStockInterface.physical_depot_code}",
"Quantity": {
"LVID": "${quantity_in_base_lv_RP_Cst}", "LVID": "${quantity_in_base_lv_RP_Cst}",
"Value": ${reflexMvtStockInterface.ipg_move_quantity_in_base_lvs} "Value": ${reflexMvtStockInterface.ipg_move_quantity_in_base_lvs}
} }