Modifs 1201241553

This commit is contained in:
Laurie MONTANT 2024-01-12 15:54:08 +01:00
parent 61753efabe
commit 4eb68902bf

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>