From 27f77452313143dfa83c8e3393da91f509696afe Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 27 Aug 2020 08:37:18 +1000 Subject: [PATCH] Follow link to newly created StockItem --- InvenTree/stock/templates/stock/location.html | 1 + 1 file changed, 1 insertion(+) 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 }}