diff --git a/InvenTree/part/api.py b/InvenTree/part/api.py index 774c3e18f7..27a5b24894 100644 --- a/InvenTree/part/api.py +++ b/InvenTree/part/api.py @@ -130,7 +130,6 @@ class PartList(generics.ListCreateAPIView): ] filter_fields = [ - 'category', 'buildable', 'consumable', 'trackable',