Search Builder: Qill display operator is missing when searching by Contact Type
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 18 May 2015 09:34:59 +0000 (15:04 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 18 May 2015 09:34:59 +0000 (15:04 +0530)
CRM/Contact/BAO/Query.php

index a17756fa7759b50496250ded0ddc8d5a139e84a4..226a664c700bfe7855ff4d551708ad0791d51029 100644 (file)
@@ -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);