Modifs 0401241551

This commit is contained in:
Laurie MONTANT 2024-01-04 15:51:04 +01:00
parent cb0385a64f
commit 47326a6b0c

View File

@ -19,7 +19,7 @@
"Information" :{ "Information" :{
<#if despatched_ipg.carton_number != "000000000000000000"> <#if despatched_ipg.carton_number != "000000000000000000">
"ContainerType": "${despatched_ipg.carton_type_code}" "ContainerType": "${despatched_ipg.carton_type_code}"
<#if preparation_line.despatched_cartons_list?? > <#-- <#if preparation_line.despatched_cartons_list?? >
, ,
"Length": { "Length": {
"Unit": "${length_unit_rfx}", "Unit": "${length_unit_rfx}",
@ -33,7 +33,7 @@
"Unit": "${length_unit_rfx}", "Unit": "${length_unit_rfx}",
"Value": "${preparation_line.despatched_cartons_list.overall_width}" "Value": "${preparation_line.despatched_cartons_list.overall_width}"
} }
</#if> </#if> -->
<#else> <#else>
"ContainerType": "${despatched_ipg.hd_type_code}" "ContainerType": "${despatched_ipg.hd_type_code}"
</#if> </#if>