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;
}
+1 -1
View File
@@ -100,7 +100,7 @@ return [
|
*/
'ttl' => env('JWT_TTL', 60),
'ttl' => env('JWT_TTL', 60 * 12),
/*
|--------------------------------------------------------------------------
+3 -9
View File
@@ -249,17 +249,11 @@
</td>
</tr>
<tr>
<td>China Beneficiary Acc :</td>
<td>China Beneficiary Acc : <br>
Name : {{ bookingConfirmTable.acc_name }} <br>
Account No. : {{ bookingConfirmTable.acc_no }}</td>
<td></td>
</tr>
<tr>
<td>
Name : {{ bookingConfirmTable.acc_name }} <br>
Account No. : {{ bookingConfirmTable.acc_no }}
</td>
<td>
</td>
</tr>
<tr>
<td>Bank In Amount :</td>
<td><b>RM {{ bookingConfirmTable.bankin_amount }}</b></td>