CRM-16024 - CiviGrant / Report: money transfer date filter wasn't working
authorAndrew Hunt <andrew@aghstrategies.com>
Fri, 27 Feb 2015 05:06:03 +0000 (00:06 -0500)
committerAndrew Hunt <andrew@aghstrategies.com>
Fri, 27 Feb 2015 05:06:03 +0000 (00:06 -0500)
CRM/Report/Form/Grant/Detail.php

index 13e626f2b6e72d0c11763cf281a9e95db442c09c..24a6ead3aadc21c95c585c11fe270b66953d874e 100644 (file)
@@ -190,17 +190,19 @@ class CRM_Report_Form_Grant_Detail extends CRM_Report_Form {
           array(
             'title' => ts('Application Received'),
             'operatorType' => CRM_Report_Form::OP_DATE,
+            'type' => CRM_Utils_Type::T_DATE,
           ),
           'money_transfer_date' =>
           array(
             'title' => ts('Money Transfer Date'),
             'operatorType' => CRM_Report_Form::OP_DATE,
+            'type' => CRM_Utils_Type::T_DATE,
           ),
           'grant_due_date' =>
           array(
             'title' => ts('Grant Report Due'),
             'operatorType' => CRM_Report_Form::OP_DATE,
-            'type' => CRM_Report_Form::OP_DATE,
+            'type' => CRM_Utils_Type::T_DATE,
           ),
           'decision_date' =>
           array(