Commit c100bb5d by Jansa Jose

booking status change

parent b573cf9c
......@@ -403,7 +403,7 @@ function checkBooking($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->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