mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 12:34:13 +00:00
Merge branch 'frontend/error-handling-for-axios-in-admin-booking-vues' into 'master'
Frontend/error handling for axios in booking vues See merge request CIEFWorldwideSdnBhd/exchange!52
This commit is contained in:
@@ -47,7 +47,6 @@ class BookingSupplierController extends Controller
|
||||
// TODO : Multiple booking
|
||||
public function store(Request $request)
|
||||
{
|
||||
|
||||
$transfer_amount = $request->input("transfer_amount");
|
||||
$supplier_id = $request->input("supplier_id");
|
||||
$booking_id = $request->input("booking_id");
|
||||
|
||||
Reference in New Issue
Block a user