2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-08 16:28:49 +00:00

Merge remote-tracking branch 'inventree/master'

This commit is contained in:
Oliver Walters 2020-09-06 00:02:03 +10:00
commit bec92901c3

View File

@ -61,9 +61,9 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
<hr> <hr>
<h4> <h4>
{% if item.serialized %} {% if item.serialized %}
{{ item.part.full_name}} # {{ item.serial }} <a href='{% url "part-detail" item.part.pk %}'>{{ item.part.full_name}}</a> # {{ item.serial }}
{% else %} {% else %}
{% decimal item.quantity %} &times {{ item.part.full_name }} <a href='{% url "part-detail" item.part.pk %}'>{{ item.part.full_name }}</a> &times {% decimal item.quantity %}
{% endif %} {% endif %}
</h4> </h4>