From: yashodha Date: Thu, 11 Nov 2021 05:22:36 +0000 (+0530) Subject: expose contribution custom fields in lybunt report X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5571417a62e82ac5bdae8cd4b857ccccf74f2e07;p=civicrm-core.git expose contribution custom fields in lybunt report --- diff --git a/CRM/Report/Form/Contribute/Lybunt.php b/CRM/Report/Form/Contribute/Lybunt.php index 97ed34f08d..95789c10a9 100644 --- a/CRM/Report/Form/Contribute/Lybunt.php +++ b/CRM/Report/Form/Contribute/Lybunt.php @@ -35,6 +35,7 @@ class CRM_Report_Form_Contribute_Lybunt extends CRM_Report_Form { protected $lifeTime_from = NULL; protected $lifeTime_where = NULL; protected $_customGroupExtends = [ + 'Contribution', 'Contact', 'Individual', 'Household',