Commit 7d833303 by Jansa Jose

medical record

parent 7adee402
......@@ -2719,6 +2719,7 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F
$budget = json_decode(decrypt_data($result['budget']));
if($budget == ''){
$result['services'] = [];
$result['total'] = 0 ;
}else{
$tot = 0;
foreach ($budget as $key => $value) {
......
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