2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Fixes for unit testing

(cherry picked from commit eb3b5308ab)
This commit is contained in:
Oliver Walters
2020-04-13 19:51:13 +10:00
parent 8fa3d77416
commit 307dd25f87
3 changed files with 4 additions and 3 deletions

View File

@ -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: