mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed typo :(
This commit is contained in:
parent
48b52a0ccc
commit
7bbe85801e
|
@ -126,7 +126,7 @@ class AccessoriesController extends Controller
|
|||
}
|
||||
|
||||
return View::make('accessories/edit', compact('accessory'))
|
||||
->with('category_list', erper::categoryList('accessory'))
|
||||
->with('category_list', Helper::categoryList('accessory'))
|
||||
->with('company_list', Helper::companyList())
|
||||
->with('location_list', Helper::locationsList())
|
||||
->with('manufacturer_list', Helper::manufacturerList());
|
||||
|
|
Loading…
Reference in a new issue