Modifs 0201241034

This commit is contained in:
Laurie MONTANT 2024-01-02 10:34:43 +01:00
parent 18f1bb3749
commit 0b71455e6f

View File

@ -78,6 +78,25 @@
"LVID": "${quantity_in_base_lv_RP_Cst}", "LVID": "${quantity_in_base_lv_RP_Cst}",
"Value": ${despatched_ipg.quantity_lvs} "Value": ${despatched_ipg.quantity_lvs}
} }
<#if preparation_line.despatched_cartons_list?? >
,
"Information": {
"ContainerType": "${preparation_line.despatched_cartons_list.carton_type_code}",
"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>
} }
] ]
} }