SCPN1-8864

This commit is contained in:
Laurie MONTANT 2025-06-11 12:00:09 +02:00
parent 372f5d2239
commit 14b8a9a534

View File

@ -17,6 +17,7 @@
<#assign preparationStatusInterface = JsonUtil.jsonToMap(dataRfx) />
[
<#--**Pick batch runned (200) **-->
<#if preparationStatusInterface.preparation_type_code=="010" || (preparationStatusInterface.preparation_type_code=="030" && preparationStatusInterface.preparation_order_originator_reference!="")>
<#if preparationStatusInterface.preparation_status_type == "100" && preparationStatusInterface.preparation_status_code == "200" >
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowPreparationExpected>
@ -63,6 +64,9 @@
</#if>
</#if>
</#if>
<#else>
<#stop> <#-- Preparation type not supported-->
</#if>
]
<#break>