modifs HUGP
This commit is contained in:
parent
82dfc05cdb
commit
b3da874dd3
@ -24,7 +24,7 @@
|
|||||||
<#if despatched_ipg.carton_number != "000000000000000000">
|
<#if despatched_ipg.carton_number != "000000000000000000">
|
||||||
"ContainerType": "${despatched_ipg.carton_type_code?json_string}"
|
"ContainerType": "${despatched_ipg.carton_type_code?json_string}"
|
||||||
<#if preparation_line.despatched_cartons_list?? >
|
<#if preparation_line.despatched_cartons_list?? >
|
||||||
<#list preparation_line.despatched_cartons_list?filter(l ->l.carton_number==despatched_ipg.carton_number) as dimensionCarton>
|
<#list preparation_line.despatched_cartons_list?filter(l -> l?? && l.carton_number==despatched_ipg.carton_number) as dimensionCarton>
|
||||||
,
|
,
|
||||||
"Length": {
|
"Length": {
|
||||||
"Unit": "${length_unit_rfx}",
|
"Unit": "${length_unit_rfx}",
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<#else>
|
<#else>
|
||||||
"ContainerType": "${despatched_ipg.hd_type_code?json_string}"
|
"ContainerType": "${despatched_ipg.hd_type_code?json_string}"
|
||||||
<#if preparation_line.despatched_hds_list??>
|
<#if preparation_line.despatched_hds_list??>
|
||||||
<#list preparation_line.despatched_hds_list?filter(j ->j.handling_device_number==despatched_ipg.hd_number) as dimensionHU>
|
<#list preparation_line.despatched_hds_list?filter(j -> j?? && j.handling_device_number==despatched_ipg.hd_number) as dimensionHU>
|
||||||
,
|
,
|
||||||
"Length": {
|
"Length": {
|
||||||
"Unit": "${length_unit_rfx}",
|
"Unit": "${length_unit_rfx}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user