diff --git a/InvenTree/part/templates/part/bom_validate.html b/InvenTree/part/templates/part/bom_validate.html index f2c159349f..763d946bf2 100644 --- a/InvenTree/part/templates/part/bom_validate.html +++ b/InvenTree/part/templates/part/bom_validate.html @@ -2,4 +2,9 @@ {% block pre_form_content %} Confirm that the Bill of Materials (BOM) is valid for:
{{ part.full_name }} + +
+ This will validate each line in the BOM. +
+ {% endblock %} \ No newline at end of file