Added item
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4c1856b91f
commit
4beaf6b3ec
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ class LicensesController extends Controller
|
||||||
];
|
];
|
||||||
|
|
||||||
return view('licenses/edit')
|
return view('licenses/edit')
|
||||||
|
->with('item', $license)
|
||||||
->with('depreciation_list', Helper::depreciationList())
|
->with('depreciation_list', Helper::depreciationList())
|
||||||
->with('maintained_list', $maintained_list);
|
->with('maintained_list', $maintained_list);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue