Skip to content
Snippets Groups Projects
Unverified Commit 2b9f5456 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #24155 from yashodha/reports_improvements

(#3768) expose contact custom data as columns in case detail …
parents e6462725 f4f00ff4
Branches
Tags
No related merge requests found
......@@ -28,7 +28,10 @@ class CRM_Report_Form_Case_Detail extends CRM_Report_Form {
protected $_caseDetailExtra = [];
protected $_customGroupExtends = ['Case'];
protected $_customGroupExtends = [
'Case',
'Contact',
];
protected $_caseTypeNameOrderBy = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment