From 9eba3efa5e0937e21ba7a2f47d096560b821f3d8 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 3 Oct 2018 02:36:18 +0530 Subject: [PATCH] Added space between the constituent and non-constituent' --- CRM/ConstituentsOnly/BAO/ConstituentsOnly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/ConstituentsOnly/BAO/ConstituentsOnly.php b/CRM/ConstituentsOnly/BAO/ConstituentsOnly.php index 7d6fedd..d8bda8d 100644 --- a/CRM/ConstituentsOnly/BAO/ConstituentsOnly.php +++ b/CRM/ConstituentsOnly/BAO/ConstituentsOnly.php @@ -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(