Skip to content
Snippets Groups Projects
Commit 912a8063 authored by Deepak Srivastava's avatar Deepak Srivastava
Browse files

CRM-13125 - url filter support for type float

parent 7fb6607e
Branches
Tags
No related merge requests found
......@@ -181,6 +181,7 @@ class CRM_Report_Utils_Get {
foreach ($fields as $fieldName => $field) {
switch (CRM_Utils_Array::value('type', $field)) {
case CRM_Utils_Type::T_INT:
case CRM_Utils_Type::T_FLOAT:
case CRM_Utils_Type::T_MONEY:
self::intParam($fieldName, $field, $defaults);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment