mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +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 = 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user