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:
@ -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):
|
||||
|
Reference in New Issue
Block a user