mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
Include 'minimum_stock' information in part list api
This commit is contained in:
@ -178,6 +178,7 @@ class PartList(generics.ListCreateAPIView):
|
||||
'is_template',
|
||||
'URL',
|
||||
'units',
|
||||
'minimum_stock',
|
||||
'trackable',
|
||||
'assembly',
|
||||
'component',
|
||||
|
Reference in New Issue
Block a user