Fixed #CRM-17601 show custom fields on case reports
authorJaap Jansma <jaap@edeveloper.nl>
Fri, 20 Nov 2015 13:03:02 +0000 (14:03 +0100)
committerJaap Jansma <jaap@edeveloper.nl>
Fri, 20 Nov 2015 13:03:02 +0000 (14:03 +0100)
CRM/Report/Form/Case/Detail.php
CRM/Report/Form/Case/Summary.php

index 77071a324ef72e8a8a111ddaea6bebdffd1aefe7..99a4fe17210ed7f6deca53c7c1674574376ff04d 100644 (file)
@@ -52,6 +52,8 @@ class CRM_Report_Form_Case_Detail extends CRM_Report_Form {
 
   protected $_caseDetailExtra = array();
 
+  protected $_customGroupExtends = array('Case');
+
   /**
    */
   /**
index cc32aeaa78a5b001268ec0664bd7b8f3f283d033..07fbef7b7d30df9e1654492412d43b0fed9c1d76 100644 (file)
@@ -38,6 +38,8 @@ class CRM_Report_Form_Case_Summary extends CRM_Report_Form {
   protected $_relField = FALSE;
   protected $_exposeContactID = FALSE;
 
+
+
   /**
    */
   /**