Commit db2d8817 by Jansa Jose

medicall

parent c12f3c71
......@@ -2336,7 +2336,7 @@ class Webservice_model extends CI_Model {
}
unset($result['exams']);
$bud = array();
$budget = json_decode(decrypt_data($result['budget']);
$budget = json_decode(decrypt_data($result['budget']));
if($budget == ''){
$budget = [];
}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