diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index cb4ecc3059..f28a231f2b 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -618,7 +618,7 @@ enableBreadcrumbTree({ {% endif %} processNode: function(node) { node.text = node.name; - node.href = `/stock/item/${node.pk}/`; + node.href = `/stock/location/${node.pk}/`; return node; }