2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Re-enable auto-allocation for build

This commit is contained in:
Oliver Walters
2020-04-27 20:05:02 +10:00
parent 3685ca4b95
commit 646dd65d27
4 changed files with 33 additions and 18 deletions

View File

@ -49,7 +49,7 @@
</li>
{% endif %}
{% if part.trackable %}
<li{% ifequal tab 'track' %} class="active"{% endifequal %}>
<li{% if 0 and ifequal tab 'track' %} class="active"{% endifequal %}>
<a href="{% url 'part-track' part.id %}">{% trans "Tracking" %}
{% if parts.serials.all|length > 0 %}
<span class="badge">{{ part.serials.all|length }}</span>