mirror of
https://github.com/inventree/InvenTree
synced 2025-07-29 08:43:20 +00:00
Show "can build" detail even for template parts
This commit is contained in:
parent
bfb8e61df5
commit
bcbfc9c292
1 changed files with 0 additions and 2 deletions
|
@ -252,7 +252,6 @@
|
|||
</tr>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if not part.is_template %}
|
||||
{% if part.assembly %}
|
||||
<tr>
|
||||
<td><span class='fas fa-tools'></span></td>
|
||||
|
@ -266,7 +265,6 @@
|
|||
<td>{% decimal quantity_being_built %}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</table>
|
||||
{% endblock details_right %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue