From 27a762caa8f70e46e34959a9bc0f80dcf6bfeb88 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 5 Aug 2025 17:06:20 +0200 Subject: [PATCH] ODP confirmed --- RFXtoRP_HsrPro.ftl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/RFXtoRP_HsrPro.ftl b/RFXtoRP_HsrPro.ftl index 37badb5..50491f8 100644 --- a/RFXtoRP_HsrPro.ftl +++ b/RFXtoRP_HsrPro.ftl @@ -19,19 +19,12 @@ <#if preparation_order.originator_reference?? && preparation_order.originator_reference!=""> <#-- check preparation type code (internal order and reservation are ignored) --> <#if preparation_order.preparation_type_code?? && (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" > { <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected> "apiReflexPlatformID" : "${apiReflexPlatformID}", "datas" : <#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl"> } - <#else> - <#-- preparation order already confirmed --> - <#stop> - - <#else> <#-- preparation order type not supported --> <#stop>