updat the login session to be 12 hours

fix status description not showing
update user booking confirmation china beneficiary acc into one row
This commit is contained in:
Jack Goh
2018-07-27 10:41:57 +08:00
parent 0aae3a8e76
commit f6cfd9a188
3 changed files with 5 additions and 10 deletions
@@ -71,6 +71,7 @@ class BookingController extends Controller
default:
$status_desc = "";
}
$booking->status_desc = $status_desc;
$booking->marking = $booking->user->marking;
}