CRM-14197 remove rebase introduced error
authorEileen McNaughton <eileen@fuzion.co.nz>
Wed, 28 May 2014 08:00:31 +0000 (20:00 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Wed, 28 May 2014 08:00:31 +0000 (20:00 +1200)
CRM/Member/BAO/Membership.php

index 8d9d430291584d9671581ad16f5d35bd31abe910..dc08ed374ae5321113e36a042bd3b7de0b292d3e 100644 (file)
@@ -2302,7 +2302,7 @@ INNER JOIN  civicrm_contact contact ON ( contact.id = membership.contact_id AND
   public static function renewMembership($contactID, $membershipTypeID, $is_test, $changeToday, $modifiedID, $customFieldsFormatted, $numRenewTerms, $membershipID, $pending, $allStatus, $membershipTypeDetails, $contributionRecurID, $format, $membershipSource, $ids, $statusFormat, $isPayLater, $campaignId) {
     $renewalMode = $updateStatusId = FALSE;
     $dates = array();
-/   // CRM-7297 - allow membership type to be be changed during renewal so long as the parent org of new membershipType
+    // CRM-7297 - allow membership type to be be changed during renewal so long as the parent org of new membershipType
     // is the same as the parent org of an existing membership of the contact
     $currentMembership = CRM_Member_BAO_Membership::getContactMembership($contactID, $membershipTypeID,
       $is_test, $membershipID, TRUE