Commit f0835528 by Jansa Jose

Merge branch 'jansa'

parents dcc9b751 5f751a19
......@@ -1605,7 +1605,7 @@ CASE when tbl_registration.gender='0' then 'MALE' when tbl_registration.gender='
$query = $data["query"];
$where = 'tbl_clinic.name LIKE '."'$query%'";
$this->db->where($where);
$this->db->where('id !=','0');
$this->db->where('tbl_clinic.id !=','0');
}
if(isset($data['speciality']) && strlen($data['speciality'])){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment