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}",