Commit 8769dea6 by Jansa Jose

Merge branch 'jansa'

parents 818eff8a 65d20988
......@@ -1075,7 +1075,7 @@ CASE when tbl_registration.gender='0' then 'MALE' when tbl_registration.gender='
function get_doctor_profile($doctorid){
$this->db->select("tbl_doctors.*,
CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'FEMALE' else 'OTHERS' end as pt_gender
CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'FEMALE' else 'OTHERS' end as pt_gender,
tbl_specialization.specialization_name,
tbl_specialization.sub_name,
tbl_clinic.street_address as location_name,
......
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