fix step no 4, and add filter for the bookings list

This commit is contained in:
Omair Saleh
2018-12-07 16:12:48 +08:00
parent 540dca24de
commit 344c854792
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class BookingController extends Controller
$status_desc = "Transfer Complete, please upload your PO";
break;
case 6:
$status_desc = "Processing invoice";
$status_desc = "Processing invoice";
break;
case 7:
$status_desc = "Order Completed";