Commit cda8fd88 by Jansa Jose

ipok

parent 4cf3745e
......@@ -7183,6 +7183,7 @@ class Webservice extends CI_Controller {
if($check_authToken){
if(isset($data['id']) && strlen(trim($data['id']," ")) > 0 && isset($data['booking_id']) && strlen(trim($data['booking_id']," ")) > 0 && isset($data['doctor_id']) && strlen(trim($data['doctor_id']," ")) > 0) {
$result = $this->Webservice_model->accept_consultation_date_change($data);
print_r($result);exit();
if($result){
$res = array('status'=>'success');
}else{
......
......@@ -2387,10 +2387,10 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F
return $res;
}
public function cancel_booking_resend_cron($res,$data){
/*public function cancel_booking_resend_cron($res,$data){
}
*/
//.................get promocode hospital list
public function get_promocode_hospital_list($id,$lat,$lng){
......
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