diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index 434c91be1a..22b0073e6c 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -505,7 +505,7 @@ class Part(models.Model): @transaction.atomic def validate_bom(self, user): - """ Check the BOM (mark the BOM as validated by the given User. + """ Validate the BOM (mark the BOM as validated by the given User. - Calculates and stores the hash for the BOM - Saves the current date and the checking user diff --git a/InvenTree/part/templates/part/tabs.html b/InvenTree/part/templates/part/tabs.html index d8e84a6f09..ff2cbbf4a0 100644 --- a/InvenTree/part/templates/part/tabs.html +++ b/InvenTree/part/templates/part/tabs.html @@ -12,7 +12,7 @@ {% endif %} {% if part.buildable %}