From: monishdeb Date: Tue, 1 Dec 2015 10:04:08 +0000 (+0530) Subject: CRM-16901 fix - Offline Recurring Payments X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=048e100b3d5742a14ff57c88cc304bcc1d23ee79;p=civicrm-core.git CRM-16901 fix - Offline Recurring Payments https://issues.civicrm.org/jira/browse/CRM-16901 --- diff --git a/CRM/Report/Form/Contribute/RecurSummary.php b/CRM/Report/Form/Contribute/RecurSummary.php index 6c28c1ceec..c066da48fc 100644 --- a/CRM/Report/Form/Contribute/RecurSummary.php +++ b/CRM/Report/Form/Contribute/RecurSummary.php @@ -75,7 +75,7 @@ class CRM_Report_Form_Contribute_RecurSummary extends CRM_Report_Form { 'start_date' => array( 'title' => ts('Start Date'), 'operatorType' => CRM_Report_Form::OP_DATE, - 'type' => CRM_Utils_Type::T_TIME, + 'type' => CRM_Utils_Type::T_DATE, ), ), ),