added relationship between marking and user

added billing_amount and salestax_amount to supplierbooking table
This commit is contained in:
Jack Goh
2018-07-03 09:58:06 +08:00
parent 647c42a30e
commit 4da5cfd7be
7 changed files with 91 additions and 0 deletions
@@ -75,6 +75,8 @@ class BookingSupplierController extends Controller
$bookingsupplier->payment_method = $request->input('payment_method');
$bookingsupplier->transfer_amount = $transfer_amount;
$bookingsupplier->rate = $rate;
$bookingsupplier->billing_amount = $billing;
$bookingsupplier->salestax_amount = $sales_tax;
$bookingsupplier->rebate = $rebate;
$bookingsupplier->amountInRMB = $amountInRMB;
$bookingsupplier->rmbBankAmount = $rmbBankAmount;