From 9c864aa619f1cf0301e7f0e0c77ec975362401c0 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 7 Sep 2019 10:51:39 +1000 Subject: [PATCH] Hide the 'sellable' tag for now - Keep hidden until parts can actually be sold --- InvenTree/part/templates/part/detail.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}