From db0a0c61966505f51f08dd31868cea8ee39d0504 Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Wed, 9 Sep 2015 17:10:12 -0400 Subject: [PATCH] CRM-17194 - CiviReport - fix date range bug on Contribution Repeat Report --- CRM/Report/Form/Contribute/Repeat.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Report/Form/Contribute/Repeat.php b/CRM/Report/Form/Contribute/Repeat.php index 31e8edd589..f522435614 100644 --- a/CRM/Report/Form/Contribute/Repeat.php +++ b/CRM/Report/Form/Contribute/Repeat.php @@ -194,14 +194,12 @@ class CRM_Report_Form_Contribute_Repeat extends CRM_Report_Form { 'receive_date1' => array( 'title' => ts('Initial Date Range'), 'default' => 'previous.year', - 'type' => CRM_Utils_Type::T_DATE, 'operatorType' => CRM_Report_Form::OP_DATE, 'name' => 'receive_date', ), 'receive_date2' => array( 'title' => ts('Second Date Range'), 'default' => 'this.year', - 'type' => CRM_Utils_Type::T_DATE, 'operatorType' => CRM_Report_Form::OP_DATE, 'name' => 'receive_date', ), -- 2.25.1