2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-23 09:35:30 +00:00

Remove incorrect line

This commit is contained in:
Oliver
2022-01-27 13:48:16 +11:00
parent 4a45ba3a44
commit 3127b1b34a
-2
View File
@@ -469,8 +469,6 @@ class StockList(generics.ListCreateAPIView):
data = OrderedDict() data = OrderedDict()
data.update(request.data) data.update(request.data)
data = request.data
quantity = data.get('quantity', None) quantity = data.get('quantity', None)
if quantity is None: if quantity is None: