mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +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_date',
|
||||||
'stocktake_user',
|
'stocktake_user',
|
||||||
'updated',
|
'updated',
|
||||||
'quantity',
|
|
||||||
'in_stock'
|
'in_stock'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user