From 2242088f904940d4316864e003ae560cdad6bfd2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 8 Sep 2022 10:20:35 +1000 Subject: [PATCH] Add extra information callout to stock item display (#3658) --- InvenTree/stock/templates/stock/item_base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 8a1388e636..af98766867 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -149,6 +149,9 @@ {% if roles.part.view %} {% endif %} + {% if item.part.description %} + + {% endif %}