Skip to content

Commit

Permalink
Fix part device filter
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Apr 27, 2023
1 parent 97610f8 commit 8b4ad2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Http/Controllers/Select/InventoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ protected function rules()

protected function filterFields($request)
{
return [
'device_id' => 'device',
];
return ['device_id'];
}

protected function searchFields($request)
Expand Down

0 comments on commit 8b4ad2c

Please sign in to comment.