From 4ae4c865b5f2fda381a05628aa5ca67644a1e472 Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Sat, 14 Feb 2015 22:04:04 -0500 Subject: [PATCH] CRM-15921 - CiviReport - Membership Detail Report - don't automatically group memberships by contact and type --- CRM/Report/Form/Member/Detail.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Report/Form/Member/Detail.php b/CRM/Report/Form/Member/Detail.php index 762dc41419..f4f1cc4d70 100644 --- a/CRM/Report/Form/Member/Detail.php +++ b/CRM/Report/Form/Member/Detail.php @@ -369,10 +369,6 @@ class CRM_Report_Form_Member_Detail extends CRM_Report_Form { } } - public function groupBy() { - $this->_groupBy = " GROUP BY {$this->_aliases['civicrm_contact']}.id, {$this->_aliases['civicrm_membership']}.membership_type_id"; - } - public function postProcess() { $this->beginPostProcess(); -- 2.25.1