diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index ac322887e2..06ec2f1955 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -206,11 +206,13 @@ class Part(models.Model): @property def full_name(self): - """ Format a 'full name' for this Part. + """ Format a 'full name' for this Part. - IPN (if not null) - Part name - Part variant (if not null) + + Elements are joined by the | character """ elements = []