Modifs 0301231029
This commit is contained in:
parent
980a44c1be
commit
ca2dfe3fb2
@ -59,13 +59,8 @@
|
|||||||
<#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 = []>
|
|
||||||
<#--<#list preparation_line.despatched_ipg_list as despatched_ipg2>
|
|
||||||
<#if despatched_ipg.hd_number == despatched_ipg2.hd_number >
|
|
||||||
<#assign includeHU += ["${despatched_ipg2.carton_number}"]>
|
|
||||||
</#if>
|
|
||||||
</#list> -->
|
|
||||||
<#assign includeHU += ["${despatched_ipg.carton_number}"]>
|
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded>
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded>
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
"Payload": {
|
"Payload": {
|
||||||
|
|
||||||
"IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>,</#sep></#list>]
|
"IncludedHandlingunitIDs": [ "${despatched_ipg.carton_number}" ]
|
||||||
<#if preparation_line.despatched_hds_list?? >
|
<#if preparation_line.despatched_hds_list?? >
|
||||||
,
|
,
|
||||||
"Information": {
|
"Information": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user