correction
This commit is contained in:
parent
44d0155835
commit
02e7b8b4c3
@ -18,8 +18,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
<#-- check preparation type code (internal order and reservation are ignored) -->
|
<#-- check preparation type code (internal order and reservation are ignored) -->
|
||||||
<#if order.preparation_type_code == "010" ||
|
<#if order.preparation_type_code == "010" || order.preparation_type_code == "030">
|
||||||
order.preparation_type_code == "030">
|
|
||||||
|
|
||||||
<#-- Only if preparation order not confirmed -->
|
<#-- Only if preparation order not confirmed -->
|
||||||
<#if order.preparation_order_confirmed == "false" >
|
<#if order.preparation_order_confirmed == "false" >
|
||||||
@ -27,6 +26,8 @@
|
|||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
|
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
|
||||||
|
<#else>
|
||||||
|
<#stop "preparation already confirmed">
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#else>
|
<#else>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user