From: eileen Date: Mon, 7 Dec 2015 09:42:56 +0000 (+1300) Subject: CRM-17680 remove custom fields from Lybunt for now since they turn out not to work X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a248e9cc7951cb0635e0035c34b0bb3f56b6dabe;p=civicrm-core.git CRM-17680 remove custom fields from Lybunt for now since they turn out not to work --- 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;