correction
This commit is contained in:
parent
44d0155835
commit
02e7b8b4c3
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user