Commit 15f87708 by Jansa Jose

Merge branch 'jansa'

parents 3570d449 c100bb5d
...@@ -403,7 +403,7 @@ function checkBooking($id) ...@@ -403,7 +403,7 @@ function checkBooking($id)
} }
function set_payment_status($id) function set_payment_status($id)
{ {
$update = array('payment_status' => '1'); $update = array('payment_status' => '1','payment_type'=>'2');
$this->db->where('tbl_booking.id',$id); $this->db->where('tbl_booking.id',$id);
$this->db->update('tbl_booking', $update); $this->db->update('tbl_booking', $update);
} }
......
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