Modifs 2012231135

This commit is contained in:
Laurie MONTANT 2023-12-20 11:36:00 +01:00
parent 27f2e18f0f
commit 7e2c22b4c9

View File

@ -14,18 +14,18 @@
"IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep></#list>], "IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep></#list>],
"Information": { "Information": {
"ContainerType": "${preparation_line.despached_hds_list[0].hd_type_code}", "ContainerType": "${preparation_line.despatched_hds_list[0].hd_type_code}",
"Length": { "Length": {
"Unit": "${length_unit_rfx}", "Unit": "${length_unit_rfx}",
"Value": ${preparation_line.despached_hds_list[0].hd_type_depth} "Value": ${preparation_line.despatched_hds_list[0].hd_type_depth}
}, },
"Weight": { "Weight": {
"Unit": "${weight_unit_rfx}", "Unit": "${weight_unit_rfx}",
"Value": ${preparation_line.despached_hds_list[0].hd_type_weight} "Value": ${preparation_line.despatched_hds_list[0].hd_type_weight}
}, },
"Width": { "Width": {
"Unit": "${length_unit_rfx}", "Unit": "${length_unit_rfx}",
"Value": ${preparation_line.despached_hds_list[0].hd_type_width} "Value": ${preparation_line.despatched_hds_list[0].hd_type_width}
} }
} }