mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Allow quantity editing via /api/stock/ endpoint
- Allows creation of a new StockItem with a specified quantity
This commit is contained in:
@ -102,7 +102,6 @@ class StockItemSerializer(serializers.ModelSerializer):
|
|||||||
'stocktake_date',
|
'stocktake_date',
|
||||||
'stocktake_user',
|
'stocktake_user',
|
||||||
'updated',
|
'updated',
|
||||||
'quantity',
|
|
||||||
'in_stock'
|
'in_stock'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user