From c75586bd9a84788f6391181342f67e11cde6e113 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 19 Oct 2021 21:36:51 +1100 Subject: [PATCH] Fix for rendering of build order page --- InvenTree/build/templates/build/detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/build/templates/build/detail.html b/InvenTree/build/templates/build/detail.html index fcd60c2edd..908a7dfa4a 100644 --- a/InvenTree/build/templates/build/detail.html +++ b/InvenTree/build/templates/build/detail.html @@ -67,7 +67,7 @@ {% trans "Completed" %} {{ build.completed }} / {{ build.quantity }} - {% if True or build.active and build.has_untracked_bom_items %} + {% if build.active and build.has_untracked_bom_items %} {% trans "Allocated Parts" %} @@ -240,8 +240,8 @@
  • {% trans "Complete outputs" %}
  • - {% endif %} + {% endif %}