mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Include 'minimum_stock' information in part list api
This commit is contained in:
parent
00eada2c3c
commit
e8e0ab8416
@ -178,6 +178,7 @@ class PartList(generics.ListCreateAPIView):
|
|||||||
'is_template',
|
'is_template',
|
||||||
'URL',
|
'URL',
|
||||||
'units',
|
'units',
|
||||||
|
'minimum_stock',
|
||||||
'trackable',
|
'trackable',
|
||||||
'assembly',
|
'assembly',
|
||||||
'component',
|
'component',
|
||||||
|
Loading…
Reference in New Issue
Block a user