From dd3aa6f0869db44d8660407dbef578903650ce93 Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Sat, 21 Nov 2015 09:55:31 +0100 Subject: [PATCH] fixed #CRM-17601 commit was incomplete last time --- CRM/Report/Form/Case/Summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Case/Summary.php b/CRM/Report/Form/Case/Summary.php index 07fbef7b7d..1aaa15a55d 100644 --- a/CRM/Report/Form/Case/Summary.php +++ b/CRM/Report/Form/Case/Summary.php @@ -38,7 +38,7 @@ class CRM_Report_Form_Case_Summary extends CRM_Report_Form { protected $_relField = FALSE; protected $_exposeContactID = FALSE; - + protected $_customGroupExtends = array('Case'); /** */ -- 2.25.1