Modifs 0201241034
This commit is contained in:
parent
18f1bb3749
commit
0b71455e6f
@ -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>
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user