diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 75e2053076..efa6bf53d1 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -205,6 +205,7 @@ $('#item-create').click(function () { createNewStockItem({ + follow: true, data: { {% if location %} location: {{ location.id }}