From 5d34f677b50055839b4bdcaee87efa429615bd43 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Thu, 23 Feb 2017 11:22:48 +0000 Subject: [PATCH] CRM-20170 Fix participant count in summary report for free events --- CRM/Report/Form/Event/Summary.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Report/Form/Event/Summary.php b/CRM/Report/Form/Event/Summary.php index e4c8572103..99a69328da 100644 --- a/CRM/Report/Form/Event/Summary.php +++ b/CRM/Report/Form/Event/Summary.php @@ -202,8 +202,7 @@ class CRM_Report_Form_Event_Summary extends CRM_Report_Form_Event { $this->_participantWhere GROUP BY civicrm_participant.event_id, - civicrm_participant.status_id, - civicrm_participant.fee_currency"; + civicrm_participant.status_id"; $info = CRM_Core_DAO::executeQuery($sql); $participant_data = $participant_info = $currency = array(); -- 2.25.1