2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Display more units (#3664)

* <

* Display units in "used in" table

* Display units in BOM table

* Include units in the 'available' column of BOM table
This commit is contained in:
Oliver
2022-09-08 16:26:07 +10:00
committed by GitHub
parent 875dda7e59
commit c4db308dce
2 changed files with 13 additions and 1 deletions

View File

@ -205,7 +205,7 @@
<tr>
<td><span class='fas fa-shopping-cart'></span></td>
<td>{% trans "On Order" %}</td>
<td>{% decimal on_order %} {% include "part/part_units.html" %}/td>
<td>{% decimal on_order %} {% include "part/part_units.html" %}</td>
</tr>
{% endif %}
{% if part.component %}