Commit 10c031d9 by Jansa Jose

wait list

parent b84399e5
......@@ -3501,6 +3501,8 @@ class Webservice_model extends CI_Model {
$is_return_avail = false;
}
}else{
$is_return_avail = false;
}
$res = array('status'=>'success','booked'=>$is_booking,'is_return_avail'=>$is_return_avail);
return $res;
......
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