Modifs 2112231116

This commit is contained in:
Laurie MONTANT 2023-12-21 11:16:23 +01:00
parent 8f212cf7c9
commit dd1d4980a8

View File

@ -46,8 +46,7 @@
}, },
</#if> </#if>
<#list preparationOrder.preparation_line_lst?filter(l ->l.despatched_ipg_list??) as preparation_line> <#list preparationOrder.preparation_line_lst?filter(l ->l.despatched_ipg_list??) as preparation_line>
<#list preparation_line.despatched_ipg_list as despatched_ipg> <#list preparation_line.despatched_ipg_list as despatched_ipg>
{ {
@ -55,9 +54,10 @@
"apiReflexPlatformID" : "${apiReflexPlatformID}", "apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" : "datas" :
<#include "RFXtoRP_HsrPrepa_TrackingHuLabelled.ftl"> <#include "RFXtoRP_HsrPrepa_TrackingHuLabelled.ftl">
}, }
<#if despatched_ipg.carton_number != "000000000000000000" && despatched_ipg.carton_number!=despatched_ipg.hd_number > <#if despatched_ipg.carton_number != "000000000000000000" && despatched_ipg.carton_number!=despatched_ipg.hd_number >
,
{ {
<#assign includeHU = []> <#assign includeHU = []>
<#list preparation_line.despatched_ipg_list as despatched_ipg2> <#list preparation_line.despatched_ipg_list as despatched_ipg2>