This commit is contained in:
2025-08-05 17:10:28 +02:00
parent 5063703e56
commit 92b4f80170
2 changed files with 6 additions and 1 deletions

View File

@@ -18,12 +18,17 @@
[
<#-- check preparation type code (internal order and reservation are ignored) -->
<#if preparation_order.preparation_type_code == "010" || preparation_order.preparation_type_code == "030">
<#if preparation_order.line_list??>
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
}
<#else>
<#-- no line list -->
<#stop>
</#if>
<#else>
<#-- preparation order type not supported -->
<#stop>