Modifs 0201241109

This commit is contained in:
Laurie MONTANT 2024-01-02 11:09:20 +01:00
parent bff543d852
commit 8b4103e50d

View File

@ -77,28 +77,7 @@
"Quantity": {
"LVID": "${quantity_in_base_lv_RP_Cst}",
"Value": ${despatched_ipg.quantity_lvs}
}
<#if preparation_line.despatched_cartons_list?? >
<#if despatched_ipg.carton_number == preparation_line.despatched_cartons_list.carton_number >
,
"Information": {
"ContainerType": "${preparation_line.despatched_cartons_list[0].carton_type_code}",
"Length": {
"Unit": "${length_unit_rfx}",
"Value": "${preparation_line.despatched_cartons_list[0].overall_depth}"
},
"Weight": {
"Unit": "${weight_unit_rfx}",
"Value": "${preparation_line.despatched_cartons_list[0].carton_gross_weight}"
},
"Width": {
"Unit": "${length_unit_rfx}",
"Value": "${preparation_line.despatched_cartons_list[0].overall_width}"
}
}
</#if>
</#if>
}
}
]
}