2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Bump API version number

This commit is contained in:
Oliver
2022-04-14 12:52:09 +10:00
parent dfa3bbf655
commit 688f53fdb1
2 changed files with 5 additions and 2 deletions

View File

@ -1137,7 +1137,7 @@ class StockItemTestResultList(generics.ListCreateAPIView):
installed_items = item.get_installed_items(cascade=True)
items += [it for it in installed_items]
queryset = queryset.filter(stock_item__in=items)
except (ValueError, StockItem.DoesNotExist):