diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index b00b77ecac..7f6673621c 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -2,6 +2,8 @@ {% load static %} {% block content %} +{% load qr_code %} +

Stock Item Details

@@ -29,11 +31,17 @@
+{% qr_from_text item.uuid size="s" image_format="png" error_correction="L" %} + + + + + {% if item.belongs_to %}
Part {{ item.part.name }}
UUID{{ item.uuid }}
Belongs To