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