Commit 86c054b3 by Jansa Jose

get consultation list

parent 66868e4b
...@@ -2831,7 +2831,7 @@ class Webservice_model extends CI_Model { ...@@ -2831,7 +2831,7 @@ class Webservice_model extends CI_Model {
//echo $this->db->last_query();exit(); //echo $this->db->last_query();exit();
if(count($reslt) > 0){ if(count($reslt) > 0){
foreach ($reslt as $key => $value) { foreach ($reslt as $key => $value) {
$reslt[$key]->name = decrypt_data($value->name); $reslt[$key]->patient_name = decrypt_data($value->patient_name);
} }
return $reslt; return $reslt;
}else{ }else{
......
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