StockItem page tweaks

This commit is contained in:
Oliver Walters 2020-05-02 14:05:52 +10:00
parent cc11df917e
commit 9b2045025b

View File

@ -105,9 +105,8 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
<col width='25'> <col width='25'>
<tr> <tr>
<td><span class='fas fa-shapes'></span></td> <td><span class='fas fa-shapes'></span></td>
<td>Part</td> <td>{% trans "Base Part" %}</td>
<td> <td>
{% include "hover_image.html" with image=item.part.image hover=True %}
<a href="{% url 'part-stock' item.part.id %}">{{ item.part.full_name }} <a href="{% url 'part-stock' item.part.id %}">{{ item.part.full_name }}
</td> </td>
</tr> </tr>
@ -145,7 +144,7 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
{% endif %} {% endif %}
{% if item.serialized %} {% if item.serialized %}
<tr> <tr>
<td></td> <td><span class='fas fa-hashtag'></span></td>
<td>{% trans "Serial Number" %}</td> <td>{% trans "Serial Number" %}</td>
<td>{{ item.serial }}</td> <td>{{ item.serial }}</td>
</tr> </tr>