diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index d9f80edf44..5cdeccea13 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -35,44 +35,42 @@ {% endif %}
{{ part.description }}
--
| + | {% trans "Serial Number" %} | +{{ item.serial }} | +
| + | {% trans "Quantity" %} | +{% decimal item.quantity %} {% if item.part.units %}{{ item.part.units }}{% endif %} | +
| @@ -183,19 +196,6 @@ InvenTree | {% trans "Stock Item" %} - {{ item }} | {{ item.uid }} | |
| - | {% trans "Serial Number" %} | -{{ item.serial }} | -
| - | {% trans "Quantity" %} | -{% decimal item.quantity %} {% if item.part.units %}{{ item.part.units }}{% endif %} | -