2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

More rendering improvements

This commit is contained in:
Oliver Walters
2019-11-19 10:10:23 +11:00
parent 003a2d9f3c
commit e4bfe43c04
7 changed files with 370 additions and 139 deletions

View File

@ -87,7 +87,7 @@
{% else %}
<tr>
<td>{% trans "Quantity" %}</td>
<td>{% decimal item.quantity %}</td>
<td>{% decimal item.quantity %} {% if item.part.units %}{{ item.part.units }}{% endif %}</td>
</tr>
{% endif %}
{% if item.batch %}