From fa3d2d005a60dc7366b87c5625e394974eed4003 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 22 Jun 2020 11:27:59 +1000 Subject: [PATCH] "Active" part toggle is always enabled --- InvenTree/part/templates/part/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}