Skip to content
Snippets Groups Projects
Commit 19bfae2c authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #2701 from yashodha/HR-265

use group by to ensure we get single results for contacts
parents 0b3a266c 5bc63401
Branches
Tags
No related merge requests found
......@@ -469,7 +469,7 @@ class CRM_Profile_Selector_Listings extends CRM_Core_Selector_Base implements CR
if ($this->_multiRecordTableName) {
$returnQuery = TRUE;
}
$this->_query->_useGroupBy = TRUE;
$result = $this->_query->searchQuery($offset, $rowCount, $sort, NULL, NULL,
NULL, NULL, $returnQuery, $additionalWhereClause
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment