2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-16 01:36:29 +00:00

Adds 'locate item' and 'locate location' buttons

This commit is contained in:
Oliver Walters
2022-05-09 22:48:26 +10:00
parent 256af802e2
commit 4704db5183
4 changed files with 23 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
{% load i18n %}
{% load inventree_extras %}
{% plugins_enabled as plugins_enabled %}
{% settings_value 'BARCODE_ENABLE' as barcodes %}
{% settings_value 'REPORT_ENABLE_TEST_REPORT' as test_report_enabled %}
{% settings_value "REPORT_ENABLE" as report_enabled %}