mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Remove locate button from top-level stock location
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user