2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 03:51:34 +00:00
Files
InvenTree/InvenTree/part/templates/part/bom_validate.html
Oliver Walters 1ea7bdf843 Add a note
2019-09-05 13:12:49 +10:00

10 lines
262 B
HTML

{% extends "modal_form.html" %}
{% block pre_form_content %}
Confirm that the Bill of Materials (BOM) is valid for:<br><i>{{ part.full_name }}</i>
<div class='alert alert-warning alert-block'>
This will validate each line in the BOM.
</div>
{% endblock %}