update x2 complete booking status

This commit is contained in:
Jack Goh
2018-08-14 10:48:13 +08:00
parent 70ef164ebc
commit 0e5293327d
@@ -47,6 +47,11 @@ class BookingController extends Controller
$booking->transfer_amount = $booking->bia;
$booking->track_status = "(". $booking->status ."/7)";
if ($booking->term == "x2_cash" || $booking->term == "x2_cheque" || $booking->term == "x2_ba"){
$booking->track_status = "(". $booking->status ."/5)";
}
switch ($booking->status) {
case 1:
$status_desc = "Order in progress";