Fix style
This commit is contained in:
parent
c66ac2579e
commit
2bdd1305ed
|
|
@ -1716,8 +1716,6 @@ class StockItemCreate(AjaxCreateView):
|
|||
|
||||
quantity = data.get('quantity', None)
|
||||
|
||||
location = data.get('location', None)
|
||||
|
||||
owner = data.get('owner', None)
|
||||
|
||||
if not part:
|
||||
|
|
|
|||
Loading…
Reference in New Issue