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> </#if>
<#else> <#else>
"ContainerType": "${despatched_ipg.hd_type_code}", "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": { "Length": {
"Unit": "${length_unit_rfx}", "Unit": "${length_unit_rfx}",
"Value": "${dimensionHU.hd_type_depth}" "Value": "${dimensionHU.hd_type_depth}"
@ -53,6 +54,7 @@
} }
</#list> </#list>
</#if> </#if>
</#if>
}, },
<#-- HU Metadata inclusin inclusion --> <#-- HU Metadata inclusin inclusion -->