2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Merge pull request #875 from SchrodingersGat/tweaks

"Active" part toggle is always enabled
This commit is contained in:
Oliver
2020-06-22 11:33:39 +10:00
committed by GitHub

View File

@ -191,7 +191,7 @@
</tr>
<tr>
<td><b>{% trans "Active" %}</b></td>
<td>{% include "slide.html" with state=part.active field='active' %}</td>
<td>{% include "slide.html" with state=part.active field='active' disabled=False %}</td>
{% if part.active %}
<td>{% trans "Part is active" %}</td>
{% else %}