From: Dave Greenberg Date: Thu, 10 Dec 2015 00:04:55 +0000 (-0800) Subject: CRM-16525 - Remove $finType var assign since it throws an eNotice if Financial Type... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5abfcc4fb3e7db263ad89739fd13be5d66d1a95e;p=civicrm-core.git CRM-16525 - Remove $finType var assign since it throws an eNotice if Financial Type ACLs are not enabled AND it does not appear to be used in any tpl file. ---------------------------------------- * CRM-16525: Add the possibility to enable/disable membership status for certain membership types https://issues.civicrm.org/jira/browse/CRM-16525 --- diff --git a/CRM/Member/Form/MembershipView.php b/CRM/Member/Form/MembershipView.php index 5db9e2e70a..a0b4f3ba05 100644 --- a/CRM/Member/Form/MembershipView.php +++ b/CRM/Member/Form/MembershipView.php @@ -169,7 +169,6 @@ class CRM_Member_Form_MembershipView extends CRM_Core_Form { else { $this->assign('noACL', TRUE); } - $this->assign('financialTypeId', $finType); $membershipType = CRM_Member_BAO_MembershipType::getMembershipTypeDetails($values['membership_type_id']); // Do the action on related Membership if needed