Commit 0fe50301 by Jansa Jose

booking oreder

parent f7723d8d
......@@ -2574,7 +2574,7 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F
}
$result['illness'] = $new;
if($news['cause'] != ''){
if(isset($news['cause']) && $news['cause'] != ''){
$others = $news;
}else{
$others = [];
......
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