From 1bfb7a7e08d8e9198daf484d6aa4458c1bd592d2 Mon Sep 17 00:00:00 2001 From: Deepak Srivastava Date: Sat, 28 Dec 2013 17:27:00 +0530 Subject: [PATCH] CRM-13838 - Report filtering by price level http://issues.civicrm.org/jira/browse/CRM-13838 --- CRM/Report/Form/Event/ParticipantListing.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index 7ec5255232..548e10bd0f 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -552,6 +552,10 @@ GROUP BY cv.label } } + function groupBy(){ + $this->_groupBy = "GROUP BY {$this->_aliases['civicrm_participant']}.id"; + } + function postProcess() { // get ready with post process params -- 2.25.1