Modifs 0201241057
This commit is contained in:
parent
0b71455e6f
commit
bff543d852
@ -80,22 +80,24 @@
|
||||
}
|
||||
|
||||
<#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 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>
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user