2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Fix messaging in build complete dialg

This commit is contained in:
Oliver
2022-01-09 07:50:08 +11:00
parent 4a5e4a88ac
commit d8057e88e7
3 changed files with 15 additions and 4 deletions

View File

@ -221,7 +221,10 @@ src="{% static 'img/blank_image.png' %}"
{% if build.incomplete_count > 0 %}
showAlertDialog(
'{% trans "Incomplete Outputs" %}',
'{% trans "Build Order cannot be completed as incomplete build outputs remain" %}'
'{% trans "Build Order cannot be completed as incomplete build outputs remain" %}',
{
alert_style: 'danger',
}
);
{% else %}