Commit 2bc319df by Jansa Jose

Merge branch 'master' into 'dev_production'

get ride status See merge request !32
parents 6f964195 0cdf9cdd
......@@ -2442,7 +2442,7 @@ public function get_banners(){
public function get_ride_status($data){
$this->db->select('status');
return $query = $this->db->get_where('booking',array('ride_id'=>$data['book_id']))->row();
return $query = $this->db->get_where('booking',array('id'=>$data['book_id']))->row();
}
......
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