diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index d225e8734e..82d8625256 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -22,40 +22,39 @@ {% url 'admin:stock_stockitem_change' item.pk as url %} {% include "admin_button.html" with url=url %} {% endif %} -
-
+
{% if barcodes %} - {% endif %} -
- + @@ -63,37 +62,37 @@ {% if owner_control.value == "False" or owner_control.value == "True" and user in owners or user.is_superuser %} {% if roles.stock.change and not item.is_building %} -
- +
+ @@ -102,19 +101,19 @@ {% if roles.stock.change and not item.is_building %}
- + @@ -123,6 +122,8 @@ {% endif %}
+{% endblock %} + {% block thumbnail %} {% endblock %}