diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 46e26b6ff1..ee73f8565e 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -85,7 +85,7 @@ {% if item.belongs_to %} - + {% trans "Belongs To" %} {{ item.belongs_to }} @@ -96,6 +96,13 @@ {{ item.location.name }} {% endif %} + {% if item.uid %} + + + {% trans "Unique Identifier" %} + {{ item.uid }} + + {% endif %} {% if item.serialized %}