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 %}