diff --git a/InvenTree/stock/views.py b/InvenTree/stock/views.py index 1749fa5064..da2b5ea15b 100644 --- a/InvenTree/stock/views.py +++ b/InvenTree/stock/views.py @@ -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: