mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Template updates
This commit is contained in:
@ -173,7 +173,13 @@ src="{% static 'img/blank_image.png' %}"
|
|||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</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>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if part.note %}
|
{% if part.note %}
|
||||||
|
Reference in New Issue
Block a user