projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14046c
)
CRM-16525 - Remove $finType var assign since it throws an eNotice if Financial Type...
author
Dave Greenberg
<dave@civicrm.org>
Thu, 10 Dec 2015 00:04:55 +0000
(16:04 -0800)
committer
Dave Greenberg
<dave@civicrm.org>
Thu, 10 Dec 2015 00:04:55 +0000
(16:04 -0800)
----------------------------------------
* CRM-16525: Add the possibility to enable/disable membership status for certain membership types
https://issues.civicrm.org/jira/browse/CRM-16525
CRM/Member/Form/MembershipView.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Member/Form/MembershipView.php
b/CRM/Member/Form/MembershipView.php
index 5db9e2e70a0750468d2f81e582acb5bde0465ea9..a0b4f3ba05cd1a65f383b42e415db220a29a83c8 100644
(file)
--- 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