projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35832d
)
CRM-15695 fix - Showing Custom data options in report criteria problem
author
monishdeb
<monish.deb@webaccessglobal.com>
Fri, 30 Jan 2015 12:36:29 +0000
(18:06 +0530)
committer
monishdeb
<monish.deb@webaccessglobal.com>
Fri, 30 Jan 2015 12:36:29 +0000
(18:06 +0530)
https://issues.civicrm.org/jira/browse/CRM-15695
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 789e165b01816988c22ab4d3dc2adae15917c0d5..6f66ecfc7bd787b7b24e4e585fdf401c9bd229c0 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-3315,6
+3315,7
@@
ORDER BY cg.weight, cf.weight";
while ($ogDAO->fetch()) {
$curFilters[$fieldName]['options'][$ogDAO->value] = $ogDAO->label;
}
+ CRM_Utils_Hook::customFieldOptions($customDAO->cf_id, $curFilters[$fieldName]['options'], FALSE);
}
}
break;