Modifs 2712231622
This commit is contained in:
parent
b6bf4d2be8
commit
64c35417b3
@ -62,7 +62,7 @@
|
|||||||
<#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>
|
||||||
|
|||||||
@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
"Payload": {
|
"Payload": {
|
||||||
|
|
||||||
<#-- "IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>,</#list>], -->
|
"IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>,</#list>],
|
||||||
"IncludedHandlingunitIDs": [ includeHU <#sep>,<#sep>],
|
|
||||||
"Information": {
|
"Information": {
|
||||||
"ContainerType": "${preparation_line.despatched_hds_list[0].hd_type_code}",
|
"ContainerType": "${preparation_line.despatched_hds_list[0].hd_type_code}",
|
||||||
"Length": {
|
"Length": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user