From f88f5a39f89f762138face1e999cf22041f75302 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 2 Feb 2020 12:16:31 +1100 Subject: [PATCH] Visual fix for allocation tab --- InvenTree/part/templates/part/allocation.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/InvenTree/part/templates/part/allocation.html b/InvenTree/part/templates/part/allocation.html index 21c3413ea0..c87d71814b 100644 --- a/InvenTree/part/templates/part/allocation.html +++ b/InvenTree/part/templates/part/allocation.html @@ -3,10 +3,8 @@ {% include "part/tabs.html" with tab="allocation" %} -

Part Allocation

+

Part Allocation

-{% if part.allocated_build_count > 0 %} -

Allocated to Part Builds

@@ -23,7 +21,6 @@ {% endfor %}
Build
-{% endif %} {% endblock %}