diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 39b9faedb4..c07e4f8162 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -20,6 +20,8 @@ {% endblock %} {% block actions %} +{% setting_object 'STOCK_OWNERSHIP_CONTROL' as owner_control %} + {% if location and user.is_staff and roles.stock_location.change %} {% url 'admin:stock_stocklocation_change' location.pk as url %}