diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index 8a5a9125f3..3b9a7aea60 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -774,7 +774,7 @@ class Part(models.Model): @property def attachment_count(self): """ Count the number of attachments for this part. - If the part is a variant of a template part, + If the part is a variant of a template part, include the number of attachments for the template part. """