Merge branch 'develop'
This commit is contained in:
commit
c15c082fb4
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ class AssetsController extends Controller
|
||||||
// Get the dropdown of users and then pass it to the checkout view
|
// Get the dropdown of users and then pass it to the checkout view
|
||||||
return view('hardware/checkout', compact('asset'))
|
return view('hardware/checkout', compact('asset'))
|
||||||
->with('users_list', Helper::usersList())
|
->with('users_list', Helper::usersList())
|
||||||
->with('assets_list', Helper::assetsList())
|
->with('assets_list', Helper::detailedAssetList())
|
||||||
->with('locations_list', Helper::locationsList());
|
->with('locations_list', Helper::locationsList());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue