Modifs hsrprepaGP

This commit is contained in:
Laurie MONTANT 2024-02-06 15:00:52 +01:00
parent 387721fd82
commit eedd7cb16a

View File

@ -38,7 +38,8 @@
</#if>
<#else>
"ContainerType": "${despatched_ipg.hd_type_code}",
<#list preparation_line.despatched_hds_list?filter(j ->j.handling_device_number==despatched_ipg.handling_device_number) as dimensionHU>
<#if preparation_line.despatched_hds_list??>
<#list preparation_line.despatched_hds_list?filter(j ->j.handling_device_number==despatched_ipg.hd_number) as dimensionHU>
"Length": {
"Unit": "${length_unit_rfx}",
"Value": "${dimensionHU.hd_type_depth}"
@ -53,6 +54,7 @@
}
</#list>
</#if>
</#if>
},
<#-- HU Metadata inclusin inclusion -->