diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index 1e7d36e127..18970fe373 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -191,7 +191,7 @@ {% trans "Active" %} - {% include "slide.html" with state=part.active field='active' %} + {% include "slide.html" with state=part.active field='active' disabled=False %} {% if part.active %} {% trans "Part is active" %} {% else %}