Commit b22c21fa by Jansa Jose

clinic

parent f7d8b6bb
......@@ -1605,6 +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');
}
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