Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.7
-
Component/s: CiviMember
-
Labels:None
Description
Please see: http://forum.civicrm.org/index.php/topic,30672.0.html
End Date for fixed period Membership types is calculated based on Member Since ($joinDate) instead of based on Start Date of the current Membership ($startDate). This leads to wrong $endDates - which leads to wrong statuses - which leads to wrong Drupal roles (when using CiviMember Roles Sync).
I believe this can be fixed as follows:
edits to: CRM/Member/BAO/MembershipType.php
patch for 4.2:
https://github.com/CiviCRM42/civicrm42-core/pull/54/files
patch for 4.3.7(attached):