diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index e45e7e14b8..fc9795b6e0 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -20,13 +20,6 @@
- | {% trans "IPN" %} | -{{ part.IPN }}{% include "clip.html"%} | -|
{% trans "Name" %} | @@ -37,6 +30,22 @@{% trans "Description" %} | {{ part.description }}{% include "clip.html"%} | |
+ | {% trans "Category" %} | ++ {{ part.category }} + | +|
+ | {% trans "IPN" %} | +{{ part.IPN }}{% include "clip.html"%} | +|
@@ -44,6 +53,20 @@ | {{ part.revision }}{% include "clip.html"%} | ||
+ | {% trans "Units" %} | +{{ part.units }} | +|
+ | {% trans "Minimum stock level" %} | +{{ part.minimum_stock }} | +|
@@ -79,7 +102,9 @@ | |||
{% trans "Default Location" %} | -{{ part.default_location }} | ++ {{ part.default_location }} + |