From e56c018a4ac4e70f1f8f6b068966a66d32047b8c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 14 Apr 2020 23:28:46 +1000 Subject: [PATCH] Display StockItem UID if one exists --- InvenTree/stock/templates/stock/item_base.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 %}