Commit 7e0ae440 by Jansa Jose

Merge branch 'jansa'

parents b8182402 4a25f6de
......@@ -1133,7 +1133,7 @@ class Webservice extends CI_Controller {
$result = $this->Webservice_model->review_list($data['doctor_id'],$start,$per_page);
}
else if(isset($data['clinic_id']) && strlen($data['clinic_id'])){
$notificationresult = $this->Webservice_model->review_list_clinic($data['clinic_id'],$start,$per_page);
$notificationresult = $this->Webservice_model->review_list_clinic($data['clinic_id'],0,0);
$result = $this->Webservice_model->review_list_clinic($data['clinic_id'],$start,$per_page);
}
......
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