From 7144b45d704bce20ccc80c22c4abc3b856938ee4 Mon Sep 17 00:00:00 2001 From: Web Access Date: Mon, 29 Jun 2015 18:43:51 +0530 Subject: [PATCH] Fix for CRM-16755 --- CRM/Report/Form/Case/Summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Case/Summary.php b/CRM/Report/Form/Case/Summary.php index 0dd6546e3c..9aafef26ad 100644 --- a/CRM/Report/Form/Case/Summary.php +++ b/CRM/Report/Form/Case/Summary.php @@ -323,7 +323,7 @@ inner join civicrm_contact $c2 on ${c2}.id=${ccc}.contact_id } public function groupBy() { - $this->_groupBy = ""; + $this->_groupBy = "GROUP BY {$this->_aliases['civicrm_c2']}.id"; } public function postProcess() { -- 2.25.1