diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index 294125842e..d8bb40d792 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -130,6 +130,7 @@ Part can be purchased from external suppliers {% endif %} + {% if 0 %} Sellable {% include "slide.html" with state=part.salable field='salable' %} @@ -139,6 +140,7 @@ Part cannot be sold to customers {% endif %} + {% endif %}