mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed table name
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5ece721b00
commit
75366927f0
|
@ -40,7 +40,7 @@ class ConsumablesController extends Controller
|
|||
}
|
||||
|
||||
if ($request->filled('company_id')) {
|
||||
$consumables->where('consumable.company_id', '=', $request->input('company_id'));
|
||||
$consumables->where('consumables.company_id', '=', $request->input('company_id'));
|
||||
}
|
||||
|
||||
if ($request->filled('category_id')) {
|
||||
|
|
Loading…
Reference in a new issue