From 428bdb9a0a110c6f67b1c010d604fcd695c12798 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 16 Jun 2026 11:01:28 +0200 Subject: [PATCH] SCPN1-10895 --- RFXtoRP_HsrAntRec.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RFXtoRP_HsrAntRec.ftl b/RFXtoRP_HsrAntRec.ftl index a0a460c..aae404e 100644 --- a/RFXtoRP_HsrAntRec.ftl +++ b/RFXtoRP_HsrAntRec.ftl @@ -48,9 +48,9 @@ } <#else> <#if AncReceipt.planned?? && AncReceipt.generated?? - && AncReceipt.planned.total_level_1_quantity==AncReceipt.generated.total_level_1_quantity - && AncReceipt.planned.total_level_2_quantity==AncReceipt.generated.total_level_2_quantity - && AncReceipt.planned.total_level_3_quantity==AncReceipt.generated.total_level_3_quantity> + && 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}",