CRM-15695 fix - Showing Custom data options in report criteria problem
authormonishdeb <monish.deb@webaccessglobal.com>
Fri, 30 Jan 2015 12:36:29 +0000 (18:06 +0530)
committermonishdeb <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

index 789e165b01816988c22ab4d3dc2adae15917c0d5..6f66ecfc7bd787b7b24e4e585fdf401c9bd229c0 100644 (file)
@@ -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;