diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index 1bc4b9b967..fc9795b6e0 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -30,6 +30,15 @@ {% trans "Description" %} {{ part.description }}{% include "clip.html"%} + {% if part.category %} + + + {% trans "Category" %} + + {{ part.category }} + + + {% endif %} {% if part.IPN %}