diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index fa0db9efce..9878aa56f6 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -16,9 +16,6 @@ - - - {% if location %} {% include "qr_button.html" %} @@ -70,7 +67,7 @@ sessionStorage.removeItem('inventree-show-part-locations'); }); - $("#location-export").click(function() { + $("#stock-export").click(function() { launchModalForm("{% url 'stock-export-options' %}", { submit_text: "Export", diff --git a/InvenTree/templates/stock_table.html b/InvenTree/templates/stock_table.html index e53daa4718..5b707eab24 100644 --- a/InvenTree/templates/stock_table.html +++ b/InvenTree/templates/stock_table.html @@ -1,5 +1,6 @@ + Export {% if not part or part.is_template == False %} New Stock Item {% endif %}