Fix for CRM-16438 participantListCount report filter by event_start_date fails
authorWeb Access <rohan.katkar@webaccessglobal.com>
Mon, 4 May 2015 12:36:09 +0000 (18:06 +0530)
committerWeb Access <rohan.katkar@webaccessglobal.com>
Mon, 4 May 2015 12:36:09 +0000 (18:06 +0530)
CRM/Report/Form/Event/ParticipantListCount.php

index dfd83d9aadead38a8275489b7486bcbaa2c795b8..a9b0860b15c06a2a29a073f7a41f5350753144c6 100644 (file)
@@ -276,12 +276,12 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form_Event {
             'options' => CRM_Core_OptionGroup::values('event_type'),
           ),
           'event_start_date' => array(
-            'name' => 'start_date',
+            'name' => 'event_start_date',
             'title' => ts('Event Start Date'),
             'operatorType' => CRM_Report_Form::OP_DATE,
           ),
           'event_end_date' => array(
-            'name' => 'end_date',
+            'name' => 'event_end_date',
             'title' => ts('Event End Date'),
             'operatorType' => CRM_Report_Form::OP_DATE,
           ),