2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Remove locate button from top-level stock location

This commit is contained in:
Oliver Walters 2022-05-16 00:10:50 +10:00
parent 95dbfa1958
commit 40513c556d

View File

@ -29,7 +29,7 @@
{% endif %} {% endif %}
{% mixin_available "locate" as locate_available %} {% mixin_available "locate" as locate_available %}
{% if plugins_enabled and locate_available %} {% if location and plugins_enabled and locate_available %}
<button id='locate-location-button' title='{% trans "Locate stock location" %}' class='btn btn-outline-secondary' typy='button'> <button id='locate-location-button' title='{% trans "Locate stock location" %}' class='btn btn-outline-secondary' typy='button'>
<span class='fas fa-search-location'></span> <span class='fas fa-search-location'></span>
</button> </button>