Commit 10e5b366 by Jansa Jose

Merge branch 'jansa'

parents 64dce392 350c6ea6
...@@ -1417,7 +1417,7 @@ class Webservice_model extends CI_Model { ...@@ -1417,7 +1417,7 @@ class Webservice_model extends CI_Model {
$query = $data['query']; $query = $data['query'];
$where = 'tbl_doctors.name LIKE '."'$query%'"; $where = 'tbl_doctors.name LIKE '."'$query%'";
$this->db->where($where); $this->db->where($where);
$this->db->having('distance <= 20'); //$this->db->having('distance <= 20');
} }
if(isset($data['speciality']) && strlen($data['speciality'])){ 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