mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05: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_user', | ||||
|             'updated', | ||||
|             'quantity', | ||||
|             'in_stock' | ||||
|         ] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user