From ae4abdba02bce629c76e6985efedf4268f6a6652 Mon Sep 17 00:00:00 2001 From: olayiwola-compucorp Date: Thu, 24 Oct 2024 13:57:54 +0100 Subject: [PATCH] COMCL-887: Support renewal of paid contribution --- .../Job/OfflineAutoRenewal/SingleInstalmentPlan.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/MembershipExtras/Job/OfflineAutoRenewal/SingleInstalmentPlan.php b/CRM/MembershipExtras/Job/OfflineAutoRenewal/SingleInstalmentPlan.php index 3c52ba9f..56924d0c 100644 --- a/CRM/MembershipExtras/Job/OfflineAutoRenewal/SingleInstalmentPlan.php +++ b/CRM/MembershipExtras/Job/OfflineAutoRenewal/SingleInstalmentPlan.php @@ -76,7 +76,6 @@ protected function getRecurringContributions() { LEFT JOIN civicrm_membership cm ON (cm.id = cli.entity_id AND cli.entity_table = 'civicrm_membership') LEFT JOIN civicrm_value_payment_plan_extra_attributes ppea ON ppea.entity_id = ccr.id WHERE (ccr.payment_processor_id IS NULL OR ccr.payment_processor_id IN ({$supportedPaymentProcessorsIDs})) - AND ccr.end_date IS NULL AND ( ccr.installments <= 1 OR ccr.installments IS NULL