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 %}
{% 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'>
<span class='fas fa-search-location'></span>
</button>