From: jitendrapurohit Date: Mon, 18 May 2015 09:34:59 +0000 (+0530) Subject: Search Builder: Qill display operator is missing when searching by Contact Type X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=aa3c3360d6d0df84e38799c93e14cca219d8dd54;p=civicrm-core.git Search Builder: Qill display operator is missing when searching by Contact Type --- 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);