modifs HsrPRo
This commit is contained in:
parent
5c0b112c39
commit
f98e963b76
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user