From b23017b6bf9c0796362df988bb49fd30d9d86fcf Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 9 Jun 2020 13:14:29 +1000 Subject: [PATCH] Fix display of buttons for stock item --- InvenTree/stock/templates/stock/item_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 657154c446..331b031e91 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -85,12 +85,12 @@ InvenTree | {% trans "Stock Item" %} - {{ item }} {% endif %} + {% endif %} {% if item.part.salable %} {% endif %} - {% endif %}