mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Allow quantity editing via /api/stock/ endpoint
- Allows creation of a new StockItem with a specified quantity
This commit is contained in:
parent
51ef46bd80
commit
222c9f1876
@ -102,7 +102,6 @@ class StockItemSerializer(serializers.ModelSerializer):
|
||||
'stocktake_date',
|
||||
'stocktake_user',
|
||||
'updated',
|
||||
'quantity',
|
||||
'in_stock'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user