From aa3c3360d6d0df84e38799c93e14cca219d8dd54 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Mon, 18 May 2015 15:04:59 +0530 Subject: [PATCH] Search Builder: Qill display operator is missing when searching by Contact Type --- CRM/Contact/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index a17756fa77..226a664c70 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -2735,7 +2735,7 @@ class CRM_Contact_BAO_Query { $this->_where[$grouping][] = self::buildClause("contact_a.contact_type", $op, $contactType); } - $this->_qill[$grouping][] = ts('Contact Type') . ' - ' . implode(' ' . ts('or') . ' ', $quill); + $this->_qill[$grouping][] = ts('Contact Type') . " $op " . implode(' ' . ts('or') . ' ', $quill); if (!empty($subTypes)) { $this->includeContactSubTypes($subTypes, $grouping); -- 2.25.1