Modifs 0401241457

This commit is contained in:
Laurie MONTANT 2024-01-04 14:57:31 +01:00
parent a5fa0dbfd9
commit cb0385a64f

View File

@ -19,11 +19,26 @@
"Information" :{ "Information" :{
<#if despatched_ipg.carton_number != "000000000000000000"> <#if despatched_ipg.carton_number != "000000000000000000">
"ContainerType": "${despatched_ipg.carton_type_code}" "ContainerType": "${despatched_ipg.carton_type_code}"
<#if preparation_line.despatched_cartons_list?? >
,
"Length": {
"Unit": "${length_unit_rfx}",
"Value": "${preparation_line.despatched_cartons_list.overall_depth}"
},
"Weight": {
"Unit": "${weight_unit_rfx}",
"Value": "${preparation_line.despatched_cartons_list.carton_gross_weight}"
},
"Width": {
"Unit": "${length_unit_rfx}",
"Value": "${preparation_line.despatched_cartons_list.overall_width}"
}
</#if>
<#else> <#else>
"ContainerType": "${despatched_ipg.hd_type_code}" "ContainerType": "${despatched_ipg.hd_type_code}"
</#if> </#if>
},
},
<#-- HU Metadata inclusin inclusion --> <#-- HU Metadata inclusin inclusion -->
<#include "RFXtoRP_HsrPrepa_GoodsPrepared_HandlingUnitMetadata.ftl"> <#include "RFXtoRP_HsrPrepa_GoodsPrepared_HandlingUnitMetadata.ftl">
, ,
@ -77,7 +92,8 @@
"Quantity": { "Quantity": {
"LVID": "${quantity_in_base_lv_RP_Cst}", "LVID": "${quantity_in_base_lv_RP_Cst}",
"Value": ${despatched_ipg.quantity_lvs} "Value": ${despatched_ipg.quantity_lvs}
} }
} }
] ]
} }