Commit 7ed922ab by Jansa Jose

booking oreder

parent db7bb136
...@@ -2556,7 +2556,7 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F ...@@ -2556,7 +2556,7 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F
} }
$ill = json_decode(decrypt_data($result['diseases'])); $ill = json_decode(decrypt_data($result['diseases']));
if($ill == ''){ if(isset($ill->anamnese)){
$new = []; $new = [];
}else{ }else{
$new = array(); $new = array();
......
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