diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index c074d197b9..cbc22c5605 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -1357,7 +1357,7 @@ class PartParameter(models.Model): class BomItem(models.Model): """ A BomItem links a part to its component items. A part can have a BOM (bill of materials) which defines - which parts are required (and in what quatity) to make it. + which parts are required (and in what quantity) to make it. Attributes: part: Link to the parent part (the part that will be produced) diff --git a/InvenTree/part/templates/part/bom_upload/select_parts.html b/InvenTree/part/templates/part/bom_upload/select_parts.html index f5851e5d43..53abea8b69 100644 --- a/InvenTree/part/templates/part/bom_upload/select_parts.html +++ b/InvenTree/part/templates/part/bom_upload/select_parts.html @@ -62,6 +62,11 @@