Modifs 2712231622

This commit is contained in:
2023-12-27 16:22:25 +01:00
parent b6bf4d2be8
commit 64c35417b3
2 changed files with 2 additions and 3 deletions

View File

@@ -62,7 +62,7 @@
<#assign includeHU = []>
<#list preparation_line.despatched_ipg_list as despatched_ipg2>
<#if despatched_ipg.hd_number == despatched_ipg2.hd_number >
<#assign includeHU += ["${despatched_ipg2.carton_number}"]>
<#assign includeHU = ["${despatched_ipg2.carton_number}"]>
</#if>
</#list>
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded>