Commit e3318cd3 by Jansa Jose

record

parent 9ccd972f
......@@ -6253,6 +6253,7 @@ print_r(date('H:i',$ms));exit();*/
$type = '1';
$notificationresult = $this->Webservice_model->get_consultation_transaction_list($authtoken->doctor_id,0,0,$type);
$result = $this->Webservice_model->get_consultation_transaction_list($authtoken->doctor_id,$start,$per_page,$type);
print_r($result);exit();
$transArray = array();
if($notificationresult['status'] != 'failed'){
$total = count($notificationresult['data']);
......
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