Added space between the constituent and non-constituent'
This commit is contained in:
parent
17b4648aaf
commit
9eba3efa5e
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user