mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
category_id not category_i (#5844)
This commit is contained in:
parent
b6b93550fe
commit
50e0b9b84e
|
@ -64,8 +64,8 @@ class LicensesController extends Controller
|
||||||
$licenses->where('supplier_id','=',$request->input('supplier_id'));
|
$licenses->where('supplier_id','=',$request->input('supplier_id'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($request->has('category_i')) {
|
if ($request->has('category_id')) {
|
||||||
$licenses->where('category_i','=',$request->input('category_i'));
|
$licenses->where('category_id','=',$request->input('category_id'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($request->has('depreciation_id')) {
|
if ($request->has('depreciation_id')) {
|
||||||
|
|
Loading…
Reference in a new issue