This commit is contained in:
Laurie MONTANT 2024-07-12 11:17:30 +02:00
parent 45e8c4fee2
commit c3d1ceb0c5

View File

@ -21,16 +21,16 @@
<#-- check preparation type code (internal order and reservation are ignored) -->
<#if preparation_order.preparation_type_code == "010" || preparation_order.preparation_type_code == "030">
<#-- Only if preparation order not confirmed -->
<#if preparation_order.preparation_order_confirmed == "false" >
<#-- <#if preparation_order.preparation_order_confirmed == "false" > -->
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
}
<#else>
<#-- <#else>
<#stop "preparation order already confirmed">
</#if>
</#if> -->
<#else>
<#stop "preparation order type not supported">