From 9ea3d7bf71ac94df81a4cc9a8a934b86f53d140f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 29 Apr 2018 13:11:31 +1000 Subject: [PATCH] Build tab shows active builds --- InvenTree/part/templates/part/tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/tabs.html b/InvenTree/part/templates/part/tabs.html index 2d27d476a7..1c512ee797 100644 --- a/InvenTree/part/templates/part/tabs.html +++ b/InvenTree/part/templates/part/tabs.html @@ -5,7 +5,7 @@ BOM{{ part.bom_count }} - Build{{ part.can_build }} + Build{{ part.active_builds|length }} {% endif %} {% if part.used_in_count > 0 %}