From 5571417a62e82ac5bdae8cd4b857ccccf74f2e07 Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 11 Nov 2021 10:52:36 +0530 Subject: [PATCH] expose contribution custom fields in lybunt report --- CRM/Report/Form/Contribute/Lybunt.php | 1 + 1 file changed, 1 insertion(+) 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', -- 2.25.1