From 872329c340e7f6a485fb20a6eec899f3999f218c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 28 Jun 2019 00:10:24 +1000 Subject: [PATCH] Fix BOM validation button --- InvenTree/part/templates/part/bom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/bom.html b/InvenTree/part/templates/part/bom.html index d077bc9d9a..1605deda68 100644 --- a/InvenTree/part/templates/part/bom.html +++ b/InvenTree/part/templates/part/bom.html @@ -40,7 +40,7 @@ {% else %} {% if part.is_bom_valid == False %} - + {% endif %}