mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove locate button from top-level stock location
This commit is contained in:
parent
95dbfa1958
commit
40513c556d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user