Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12517)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12519)
@@ -239,7 +239,7 @@
 	        	    	}else{
 	        		        if($sql_where == "") {
-        		    		$sql_where .= "dtb_customer.email_mobile NOT ILIKE ? ";
+        		    		$sql_where .= "dtb_customer.email_mobile ILIKE ? ";
         		    	    } else {
-            	            $sql_where .= "OR dtb_customer.email _mobile NOT LIKE ? " ;
+            	            $sql_where .= "OR dtb_customer.email _mobile LIKE ? " ;
         		    	    }
 	        		    }
