Fix license cloning

This commit is contained in:
snipe 2016-09-14 19:04:52 -07:00
parent 5e2dbaffc4
commit f384593e19

View file

@ -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());
}