add form for system rentals

This commit is contained in:
2020-08-12 02:27:25 -05:00
parent 2f7aee4aad
commit 82c755409d

View File

@@ -91,7 +91,7 @@ class RentalAdminController extends Controller
$rental->corporation_id = $corpId;
$rental->corporation_name = $request->contact_corp_name;
$rental->system_id = $systemId;
$rental->system_name = $system_name;
$rental->system_name = $request->system;
$rental->rental_cost = $rentalCost;
$rental->paid_until = $request->paid_until;
$rental->save();