Skip to content

Commit

Permalink
Update Birthdays.php
Browse files Browse the repository at this point in the history
Adds custom fields to report, esp useful in conjunction with Summary Fields extension, as per systopia#9 (comment)
  • Loading branch information
philmb committed Sep 5, 2019
1 parent cf6436b commit 2846762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Birthdays/Form/Report/Birthdays.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CRM_Birthdays_Form_Report_Birthdays extends CRM_Report_Form {

protected $_summary = NULL;

protected $_customGroupExtends = NULL;
protected $_customGroupExtends = array( 'Contact' );

protected $_customGroupGroupBy = FALSE;

Expand Down

0 comments on commit 2846762

Please sign in to comment.