mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Remove incorrect line
This commit is contained in:
@ -469,8 +469,6 @@ class StockList(generics.ListCreateAPIView):
|
||||
data = OrderedDict()
|
||||
data.update(request.data)
|
||||
|
||||
data = request.data
|
||||
|
||||
quantity = data.get('quantity', None)
|
||||
|
||||
if quantity is None:
|
||||
|
Reference in New Issue
Block a user