mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove incorrect line
This commit is contained in:
parent
4a45ba3a44
commit
3127b1b34a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user