SCPN1-8864
This commit is contained in:
parent
14b8a9a534
commit
122122db8c
@ -18,6 +18,7 @@
|
||||
<#assign preparationOrder = JsonUtil.jsonToMap(dataRfx)>
|
||||
|
||||
<#if preparationOrder.total_lv_validated !=0>
|
||||
<#if preparationOrder.preparation_type_code=="010" || (preparationOrder.preparation_type_code=="030" && preparationOrder.preparation_line_lst[0].preparation_order_originator_reference!="")>
|
||||
[
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitGoodsPrepared>
|
||||
@ -89,6 +90,9 @@
|
||||
</#list>
|
||||
<#assign refIDHmap ={}>
|
||||
]
|
||||
<#else>
|
||||
<#stop> <#-- Preparation Type not supported-->
|
||||
</#if>
|
||||
<#else>
|
||||
<#stop "no confirmed quantity for the preparation - preparation closed">
|
||||
</#if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user