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:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user