Commit b7010fcd by Jansa Jose

doctor booking

parent bf6bd68a
......@@ -1343,7 +1343,7 @@ CASE when tbl_registration.gender='0' then 'MALE' when tbl_registration.gender='
}
elseif($check->num_rows() == 1){
$check_data = $check->row_array();
print_r($check_data);exit();
//print_r($check_data);exit();
if($check_data['booking_status'] == 4){
$date_def = date('Y-m-d',$data['date']);
$times = explode('-', $data['time']);
......
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