diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 949823b83b..6c38335b3e 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -11,7 +11,7 @@ {% if item.serialized %}
{{ item.part.full_name}} # {{ item.serial }}
{% else %} -{{ item.quantity }} × {{ item.part.full_name }}
+{% decimal item.quantity %} × {{ item.part.full_name }}
{% endif %}