diff --git a/InvenTree/part/templates/part/bom_upload/select_fields.html b/InvenTree/part/templates/part/bom_upload/select_fields.html
index f38a9dae34..ee4a61fc0f 100644
--- a/InvenTree/part/templates/part/bom_upload/select_fields.html
+++ b/InvenTree/part/templates/part/bom_upload/select_fields.html
@@ -31,11 +31,21 @@
Row |
{% for col in bom_cols %}
-
- {{ col.name }}
-
+
+
+ {{ col.name }}
+
+
+ |
+ {% endfor %}
+
+
+
+
+ {% for col in bom_cols %}
+
|
{% endfor %}
-
-
{% for row in bom_rows %}
{% add forloop.counter 1 %} |