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