Commit 21951851 by Jansa Jose

cancelbo

parent c381e4a2
......@@ -3049,7 +3049,7 @@ class Webservice_model extends CI_Model {
$user_type = '1';
$push = $this->push_sent($new,$user_type);
if($res->visit_type == '0'){
if($query->visit_type == '0'){
$doctor_wallet = $this->db->get_where('tbl_wallet_details',array('doctor_id'=>$id))->row();
$earn = $query->total_sum - (($query->total_sum * $query->ipok_fee)/100);
......
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