diff --git a/InvenTree/order/templates/order/order_select_parts.html b/InvenTree/order/templates/order/order_select_parts.html index 4dc233c72d..4191010df5 100644 --- a/InvenTree/order/templates/order/order_select_parts.html +++ b/InvenTree/order/templates/order/order_select_parts.html @@ -2,6 +2,16 @@ {% block form %} +{% if parts|length > 0 %} + +{% else %} + +{% endif %} +
{% csrf_token %} {% load crispy_forms_tags %}