Skip to content
Snippets Groups Projects
Commit 1bfb7a7e authored by Deepak Srivastava's avatar Deepak Srivastava
Browse files

CRM-13838 - Report filtering by price level

parent 7ec15a3f
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment