Commit 5f751a19 by Jansa Jose

clinic

parent b22c21fa
......@@ -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