mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
added back rate in supplierbooking
changed back to 9000 in caddy server
This commit is contained in:
@@ -103,7 +103,7 @@ class BookingSupplierController extends Controller
|
||||
//$transfer_amount = $request->input("transfer_amount");
|
||||
$supplier_id = $request->input("supplier_id");
|
||||
$booking_id = $request->input("booking_id");
|
||||
$rate = $request->input('rate'); // costing rate
|
||||
$rate = $request->input('rate'); // costing rate
|
||||
$rebate = $request->input('rebate');
|
||||
$supplier = SettingSupplier::find($supplier_id);
|
||||
$booking = Booking::find($booking_id);
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
https://exchange-staging.izyim.com {
|
||||
root /app/public
|
||||
fastcgi / 127.0.0.1:8000 php {
|
||||
fastcgi / 127.0.0.1:9000 php {
|
||||
index index.php
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user