Modifs 2012231148
This commit is contained in:
parent
705ad9be63
commit
7505c15a4a
@ -56,12 +56,13 @@
|
|||||||
"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>
|
||||||
<#if despatched_ipg.hd_number == despatched_ipg2.hd_number >
|
<#if despatched_ipg.hd_number == despatched_ipg2.hd_number >
|
||||||
<#assign includeHU += ["despatched_ipg2.carton_number"]>
|
<#assign includeHU += ["${despatched_ipg2.carton_number}"]>
|
||||||
</#if>
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded>
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded>
|
||||||
@ -70,7 +71,7 @@
|
|||||||
<#include "RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl">
|
<#include "RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl">
|
||||||
}
|
}
|
||||||
</#if>
|
</#if>
|
||||||
|
<#sep>
|
||||||
</#list>
|
</#list>
|
||||||
</#list>
|
</#list>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user