From 41eb195940808901697f7922adaaef96a92b7ab4 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 26 May 2019 00:42:40 +1000 Subject: [PATCH] Thanks, PEP --- InvenTree/part/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """