mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fix license cloning
This commit is contained in:
parent
5e2dbaffc4
commit
f384593e19
|
@ -809,7 +809,8 @@ class LicensesController extends Controller
|
|||
->with('supplier_list', $supplier_list)
|
||||
->with('license', $license)
|
||||
->with('maintained_list', $maintained_list)
|
||||
->with('company_list', $company_list);
|
||||
->with('company_list', $company_list)
|
||||
->with('manufacturer_list', Helper::manufacturerList());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue