mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix template to display list of missing BOM columns
This commit is contained in:
parent
29a27ce598
commit
064431e94f
@ -9,7 +9,7 @@
|
||||
<p>Step 2 - Select Fields</p>
|
||||
<hr>
|
||||
|
||||
{% if missing and missing|length > 0 %}
|
||||
{% if missing_columns and missing_columns|length > 0 %}
|
||||
<div class='alert alert-danger alert-block' role='alert'>
|
||||
Missing selections for the following required columns:
|
||||
<br>
|
||||
@ -87,6 +87,4 @@
|
||||
|
||||
</form>
|
||||
|
||||
<b>BOM Rows: {{ bom.row_count }}</b>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user