compucorp / uk.co.compucorp.membershipextras

Membership Extras for CiviCRM
Other
5 stars 8 forks source link

MAE-427: Fix Manual Renewals #327

Closed MiyaNoctem closed 3 years ago

MiyaNoctem commented 3 years ago

Overview

Renewing fixed memberships with only 1 instalment in a payment plan was not changin the end dates, if the contribution was left Penfing.

Before

We were actually treating payment plans in such a way, only plans with multiple instalments updated their end date when renewed via manua renewal option.

After

Fixed by relaxing the conditions to renew, so that any payment plan extends end date on renewal.

Added a test to verify the scenario.