Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.1
-
Fix Version/s: 4.7.8
-
Component/s: CiviMember
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
Using the Batch Data Entry for memberships doesn't renew correctly memberships.
Steps to reproduce:
- create a new membership for a contact with a join_date before the last membership period; for example:
- join_date: 2010-01-01
- start_date: 2015-01-01
- end_date: 2015-12-31
- create a new batch data entry for memberships
- fill the form for your contact's renewal and leave start_date and end_date empty
- complete the batch
Expected results: your contact's membership should be renewed for the current year.
Observed results:
- start_date: 2010-01-01 (which is the same as join_date)
- end_date: 2010-12-31 (which is start_date + 1 year).
Attachments
Issue Links
- is duplicated by
-
CRM-18068 batch member entry: renewal does not extend end date
- Done/Fixed