From 9ddec73010567a7a89ba8541e9d41b36eb41fbce Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 16 Jun 2026 11:38:10 +0200 Subject: [PATCH] SCPN1-10895 --- RFXtoRP_HsrAntRec.ftl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/RFXtoRP_HsrAntRec.ftl b/RFXtoRP_HsrAntRec.ftl index aae404e..192aa28 100644 --- a/RFXtoRP_HsrAntRec.ftl +++ b/RFXtoRP_HsrAntRec.ftl @@ -47,25 +47,13 @@ <#include "RFXtoRP_HsrAntRec_Cancelled.ftl"> } <#else> - <#if AncReceipt.planned?? && AncReceipt.generated?? - && AncReceipt.generated.total_level_1_quantity>=AncReceipt.planned.total_level_1_quantity - && AncReceipt.generated.total_level_2_quantity>=AncReceipt.planned.total_level_2_quantity - && AncReceipt.generated.total_level_3_quantity>=AncReceipt.planned.total_level_3_quantity> - { - <#assign apiReflexPlatformID = ApiReflexPlatformID.OrderAppointmentBookingDisabled> - "apiReflexPlatformID" : "${apiReflexPlatformID}", - "datas" : - <#include "RFXtoRP_HsrAntRec_AppointmentBookingDisabled.ftl"> - } - <#else> - <#if AncReceipt.anticipated_receipt_closed == "true" && AncReceipt.all_receipt_validated=="true"> + <#if AncReceipt.anticipated_receipt_closed == "true" && AncReceipt.all_receipt_validated=="true"> { <#assign apiReflexPlatformID = ApiReflexPlatformID.OrderReceiptCompleted> "apiReflexPlatformID" : "${apiReflexPlatformID}", "datas" : <#include "RFXtoRP_HsrAntRec_ReceiptCompleted.ftl"> } - ]