Modifs 2812231048

This commit is contained in:
Laurie MONTANT 2023-12-28 10:48:31 +01:00
parent 59afa9fd65
commit fcfb9206c0

View File

@ -12,8 +12,10 @@
"Payload": {
"IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>,</#list>],
"IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>,</#list>]
"Information": {
<#if preparation_line.despatched_hds_list?? >
,
"ContainerType": "${preparation_line.despatched_hds_list[0].hd_type_code}",
"Length": {
"Unit": "${length_unit_rfx}",
@ -27,6 +29,7 @@
"Unit": "${length_unit_rfx}",
"Value": ${preparation_line.despatched_hds_list[0].hd_type_width}
}
</#if>
}
}