From 1ea7bdf843567abce044ed47e86afd8477727726 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 5 Sep 2019 13:12:49 +1000 Subject: [PATCH] Add a note --- InvenTree/part/templates/part/bom_validate.html | 5 +++++ 1 file changed, 5 insertions(+) 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