diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 14d5fbfa4d..1066adf6ea 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -29,7 +29,7 @@ {% endif %} {% mixin_available "locate" as locate_available %} -{% if plugins_enabled and locate_available %} +{% if location and plugins_enabled and locate_available %}