2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Template updates

This commit is contained in:
Oliver Walters
2023-05-22 01:05:34 +10:00
parent 6c363a0dd6
commit 92095d7c2e

View File

@ -173,7 +173,13 @@ src="{% static 'img/blank_image.png' %}"
</span>
{% endif %}
</td>
<td>{{ part.pack_units }}</td>
<td>
{{ part.pack_units }}
{% include "clip.html" %}
{% if part.part.units and part.pack_units_native %}
<span class='fas fa-info-circle float-right' title='{% decimal part.pack_units_native %} {{ part.part.units }}'></span>
{% endif %}
</td>
</tr>
{% endif %}
{% if part.note %}