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