2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Add 'stock' tab for supplier page

This commit is contained in:
Oliver Walters
2019-05-16 21:16:19 +10:00
parent c1224048ad
commit 1b06cd23af
5 changed files with 35 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class StockList(generics.ListCreateAPIView):
Additional query parameters are available:
- location: Filter stock by location
- category: Filter by parts belonging to a certain category
- supplier: Filter by supplier
- supplier: Filter by supplier
"""
def get_queryset(self):