Fixes #1054
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
return array (
|
||||
'app_version' => 'v2.0-pre',
|
||||
'hash_version' => 'v2.0-pre-beta-339-g58abd15',
|
||||
'hash_version' => 'v2.0-pre-beta-342-gc5e5930',
|
||||
);
|
||||
@@ -214,6 +214,7 @@ class AssetsController extends AdminController
|
||||
$category_list = categoryList();
|
||||
$supplier_list = suppliersList();
|
||||
$assigned_to = assignedToList();
|
||||
$statuslabel_types = statusTypeList();
|
||||
|
||||
return View::make('backend/hardware/edit', compact('asset'))
|
||||
->with('model_list',$model_list)
|
||||
@@ -222,6 +223,7 @@ class AssetsController extends AdminController
|
||||
->with('statuslabel_list',$statuslabel_list)
|
||||
->with('assigned_to',$assigned_to)
|
||||
->with('manufacturer',$manufacturer_list)
|
||||
->with('statuslabel_types',$statuslabel_types)
|
||||
->with('category',$category_list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user