modifs
This commit is contained in:
parent
753de14f97
commit
040ba2a392
@ -74,7 +74,6 @@
|
||||
}
|
||||
</#if>
|
||||
</#list>
|
||||
<#-- <#sep>,</#sep> -->
|
||||
</#list>
|
||||
]
|
||||
<#else>
|
||||
|
||||
@ -3,7 +3,8 @@
|
||||
[
|
||||
<#assign dispatched_datetime = RfxDateTimetoUTC(preparationOrder.stock_despatch_at_preparation_datetime,time_zone_offset_rfx) />
|
||||
<#list preparationOrder.preparation_line_lst?filter(l ->l.despatched_ipg_list??) as preparation_line2>
|
||||
<#list preparation_line2.despatched_ipg_list?filter(j ->j.carton_number!="000000000000000000") as despatched_ipg2>
|
||||
<#list preparation_line2.despatched_ipg_list as despatched_ipg2>
|
||||
<#if despatched_ipg2.carton_number!="000000000000000000">
|
||||
{
|
||||
"Header": {
|
||||
"ProjectID": "${projectRP}"
|
||||
@ -20,4 +21,5 @@
|
||||
</#list>
|
||||
<#sep>,</#sep>
|
||||
</#list>
|
||||
<#if>
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user