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

Include part revision in stock API / table

This commit is contained in:
Oliver Walters
2019-06-28 09:35:29 +10:00
parent 67b53d9983
commit 047d2f2f4c
2 changed files with 6 additions and 0 deletions

View File

@ -291,6 +291,7 @@ class StockList(generics.ListCreateAPIView):
'part',
'part__IPN',
'part__name',
'part__revision',
'part__description',
'part__image',
'part__category',