mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 13:56:30 +00:00
@ -1268,8 +1268,6 @@ class PartExport(AjaxView):
|
||||
# Filter by part category
|
||||
cat_id = request.GET.get('category', None)
|
||||
|
||||
print('cat_id:', cat_id)
|
||||
|
||||
part_list = None
|
||||
|
||||
if cat_id is not None:
|
||||
|
Reference in New Issue
Block a user