diff --git a/InvenTree/part/templates/part/bom_upload/select_parts.html b/InvenTree/part/templates/part/bom_upload/select_parts.html index 956f4c2271..80545ddf62 100644 --- a/InvenTree/part/templates/part/bom_upload/select_parts.html +++ b/InvenTree/part/templates/part/bom_upload/select_parts.html @@ -18,6 +18,7 @@
Row | {% for col in bom_columns %} @@ -33,7 +34,10 @@+ + | ++ | {{ forloop.counter }} | {% for item in row.data %}
---|