From 9a564bf5070cbaec5233c5cd51474693f304029b Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 18 Sep 2015 12:26:39 +1200 Subject: [PATCH] CRM-17242 notice fix --- CRM/Report/Form/Member/Summary.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Report/Form/Member/Summary.php b/CRM/Report/Form/Member/Summary.php index 4f4a40b3dc..56279ecb28 100644 --- 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')); } -- 2.25.1