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 %}