From 1c8b134ede23146af502b80d3a2bb20049a08af4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 17 Nov 2021 22:29:59 +1100 Subject: [PATCH] Add part category link to stock item detail page --- InvenTree/stock/templates/stock/item_base.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 0f8d81203a..ff117cd071 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -232,6 +232,15 @@ {% endif %} + {% if item.part.category %} + + + {% trans "Part Category" %} + + {{ item.part.category }} + + + {% endif %} {% if item.serialized %}