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:
fd4e141
)
CRM-17242 notice fix
author
eileen
<emcnaughton@wikimedia.org>
Fri, 18 Sep 2015 00:26:39 +0000
(12:26 +1200)
committer
eileen
<emcnaughton@wikimedia.org>
Fri, 18 Sep 2015 00:26:39 +0000
(12:26 +1200)
CRM/Report/Form/Member/Summary.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Member/Summary.php
b/CRM/Report/Form/Member/Summary.php
index 31d4f5f1da82edd48d4571296bb1357e29a84d2a..2f71ef4127eec68785cfdb65dacb38a8cfaa21f9 100644
(file)
--- a/
CRM/Report/Form/Member/Summary.php
+++ b/
CRM/Report/Form/Member/Summary.php
@@
-185,7
+185,6
@@
class CRM_Report_Form_Member_Summary extends CRM_Report_Form {
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => $this->activeCampaigns,
);
- $this->_columns['civicrm_membership']['grouping']['campaign_id'] = 'contri-fields';
$this->_columns['civicrm_membership']['group_bys']['campaign_id'] = array('title' => ts('Campaign'));
}