From 87f25eacc57e16dcf4dfbc8b7fb509c6ee4f285c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 6 Sep 2020 00:01:14 +1000 Subject: [PATCH] Add link from stock item to base part --- InvenTree/stock/templates/stock/item_base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index f2b80596fd..fa146910d4 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -61,9 +61,9 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}

{% if item.serialized %} -{{ item.part.full_name}} # {{ item.serial }} +{{ item.part.full_name}} # {{ item.serial }} {% else %} -{% decimal item.quantity %} × {{ item.part.full_name }} +{{ item.part.full_name }} × {% decimal item.quantity %} {% endif %}