CRM-21501 bounce report date filter type fix
authorBrian Shaughnessy <brian@lcdservices.biz>
Thu, 30 Nov 2017 18:38:09 +0000 (13:38 -0500)
committerBrian Shaughnessy <brian@lcdservices.biz>
Thu, 30 Nov 2017 18:38:09 +0000 (13:38 -0500)
CRM/Report/Form/Mailing/Bounce.php

index ab6046e8d73b7bc510e77a6ba45dd3cd27be2ad6..122e4698ad2d6a35a83e00044d5da9298ae2e296 100644 (file)
@@ -171,7 +171,7 @@ class CRM_Report_Form_Mailing_Bounce extends CRM_Report_Form {
         'time_stamp' => array(
           'title' => ts('Bounce Date'),
           'operatorType' => CRM_Report_Form::OP_DATE,
-          'type' => CRM_Utils_Type::T_DATE,
+          'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
         ),
       ),
       'order_bys' => array(