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:
6233e34
)
CRM-16258 - CiviCRM 4.6.0 membership list multiple member entries based on number...
author
atif-shaikh
<shaikh388@gmail.com>
Thu, 9 Apr 2015 10:52:56 +0000
(16:22 +0530)
committer
atif-shaikh
<shaikh388@gmail.com>
Thu, 9 Apr 2015 10:52:56 +0000
(16:22 +0530)
https://issues.civicrm.org/jira/browse/CRM-16258
CRM/Report/Form/Member/Detail.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Member/Detail.php
b/CRM/Report/Form/Member/Detail.php
index 40e76a193b308438010246869daeb2e0b5f6b978..d5fb73c29d27f846dca83f5723876f0033877a3d 100644
(file)
--- a/
CRM/Report/Form/Member/Detail.php
+++ b/
CRM/Report/Form/Member/Detail.php
@@
-156,6
+156,12
@@
class CRM_Report_Form_Member_Detail extends CRM_Report_Form {
),
),
'grouping' => 'member-fields',
+ 'group_bys' => array(
+ 'id' => array(
+ 'title' => ts('Membership'),
+ 'default' => TRUE,
+ ),
+ ),
),
'civicrm_membership_status' => array(
'dao' => 'CRM_Member_DAO_MembershipStatus',