compucorp / uk.co.compucorp.membershipextras

Membership Extras for CiviCRM
Other
5 stars 8 forks source link

MAE-203: Prevent adding additional memberships with end date after max end date of the period #249

Closed omarabuhussein closed 4 years ago

omarabuhussein commented 4 years ago

Before

In manage installments screen, the user can add a membership line with an end date larger than the period end date (which is the largest date of any membership lines in the period).

beefff

After

If the user tried to add membership line in manage installments screen with an end date that is after the max end date of the period, the following error notification will appear :

Additional memberships must end on or before the end date of the period. Please select a different end date for the membership.

afff