From a248e9cc7951cb0635e0035c34b0bb3f56b6dabe Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 7 Dec 2015 22:42:56 +1300 Subject: [PATCH] CRM-17680 remove custom fields from Lybunt for now since they turn out not to work --- CRM/Report/Form/Contribute/Lybunt.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Report/Form/Contribute/Lybunt.php b/CRM/Report/Form/Contribute/Lybunt.php index bd8b5489e3..746f35c982 100644 --- a/CRM/Report/Form/Contribute/Lybunt.php +++ b/CRM/Report/Form/Contribute/Lybunt.php @@ -40,12 +40,6 @@ class CRM_Report_Form_Contribute_Lybunt extends CRM_Report_Form { 'pieChart' => 'Pie Chart', ); - protected $_customGroupExtends = array( - 'Contact', - 'Individual', - 'Contribution', - ); - public $_drilldownReport = array('contribute/detail' => 'Link to Detail Report'); protected $lifeTime_from = NULL; -- 2.25.1