diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index ae6ea6d4d3..7340f1486d 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -90,6 +90,11 @@ src="{% static 'img/blank_image.png' %}"
+ {% if not build.has_build_outputs %} +
+ {% trans "No build outputs have been created for this build order" %}
+
+ {% endif %} {% if build.sales_order %}
{% object_link 'so-detail' build.sales_order.id build.sales_order as link %}