diff --git a/InvenTree/part/bom.py b/InvenTree/part/bom.py index b1a7a6d64d..01ee669192 100644 --- a/InvenTree/part/bom.py +++ b/InvenTree/part/bom.py @@ -54,13 +54,14 @@ class BomUploadManager: # Fields which would be helpful but are not required OPTIONAL_HEADERS = [ 'Reference', + 'Notes', + 'Overage', 'Description', 'Category', 'Supplier', 'Manufacturer', 'MPN', - 'Overage', - 'Notes' + 'IPN', ] EDITABLE_HEADERS = [ diff --git a/InvenTree/part/templates/part/bom_upload/select_parts.html b/InvenTree/part/templates/part/bom_upload/select_parts.html index 8a1a7b17a6..d7db2b7d84 100644 --- a/InvenTree/part/templates/part/bom_upload/select_parts.html +++ b/InvenTree/part/templates/part/bom_upload/select_parts.html @@ -35,7 +35,7 @@