Modifs 0301240942

This commit is contained in:
Laurie MONTANT 2024-01-03 09:42:44 +01:00
parent 8b4103e50d
commit 6faa6bb4fc
2 changed files with 4 additions and 4 deletions

View File

@ -60,12 +60,12 @@
, ,
{ {
<#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 includeHU += ["${despatched_ipg.carton_number}"]> <#--<#assign includeHU += ["${despatched_ipg.carton_number}"]>-->
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded> <#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded>
"apiReflexPlatformID" : "${apiReflexPlatformID}", "apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" : "datas" :

View File

@ -12,7 +12,7 @@
"Payload": { "Payload": {
"IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>,</#list>] "IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>,</#sep></#list>]
<#if preparation_line.despatched_hds_list?? > <#if preparation_line.despatched_hds_list?? >
, ,
"Information": { "Information": {