Commit 0232e202 by Jansa Jose

add clicnic default

parent a7aa17f7
......@@ -2929,6 +2929,7 @@ class Webservice_model extends CI_Model {
$this->db->where('tbl_clinic_doctors.clinic_id','0');
$this->db->where('tbl_clinic_doctors.doctor_id',$id);
$query_default = $this->db->get()->result();
foreach ($query_default as $key => $value) {
$query_default[$key]->street_address = decrypt_data($value->street_address);
$query_default[$key]->locality = decrypt_data($value->locality);
......
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