2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Fix display of parts currently being built

This commit is contained in:
Oliver Walters
2021-02-17 13:14:27 +11:00
parent ba542dcbdb
commit fcc35f2260
2 changed files with 13 additions and 7 deletions

View File

@@ -164,7 +164,7 @@
{% if quantity_being_built > 0 %}
<tr>
<td></td>
<td>{% trans "Underway" %}</td>
<td>{% trans "Building" %}</td>
<td>{% decimal quantity_being_built %}</td>
</tr>
{% endif %}