correction

This commit is contained in:
Laure Pascal 2023-09-14 16:44:36 +02:00
parent 44d0155835
commit 02e7b8b4c3

View File

@ -18,8 +18,7 @@
[
{
<#-- check preparation type code (internal order and reservation are ignored) -->
<#if order.preparation_type_code == "010" ||
order.preparation_type_code == "030">
<#if order.preparation_type_code == "010" || order.preparation_type_code == "030">
<#-- Only if preparation order not confirmed -->
<#if order.preparation_order_confirmed == "false" >
@ -27,6 +26,8 @@
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
<#else>
<#stop "preparation already confirmed">
</#if>
<#else>