Skip to content

Commit

Permalink
fix cases duplicating in case summary report
Browse files Browse the repository at this point in the history
  • Loading branch information
alifrumin committed May 3, 2019
1 parent cd833b5 commit 9a7feaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CRM/Report/Form/Case/Summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ public function where() {
}

public function groupBy() {
$this->_groupBy = "";
$cc = $this->_aliases['civicrm_case'];
$this->_groupBy = "group by $cc.id";
}

public function postProcess() {
Expand Down

0 comments on commit 9a7feaf

Please sign in to comment.