Added space between the constituent and non-constituent'

This commit is contained in:
Pradeep Nayak 2018-10-03 02:36:18 +05:30
parent 17b4648aaf
commit 9eba3efa5e
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class CRM_ConstituentsOnly_BAO_ConstituentsOnly {
if (empty($newRows[$cid])) {
continue;
}
$newRows[$cid]['sort_name'] .= "({$rows[$ogContactId]['sort_name']})";
$newRows[$cid]['sort_name'] .= " ({$rows[$ogContactId]['sort_name']})";
$rows[$ogContactId] = $newRows[$cid];
$prevCacheKey = "civicrm search {$qfKey}";
$exists = CRM_Core_DAO::singleValueQuery(