2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +00:00
This commit is contained in:
Oliver Walters
2020-08-08 16:59:48 +10:00
parent ad977d4d26
commit a7ee323035
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ class Part(MPTTModel):
class Meta:
verbose_name = _("Part")
verbose_name_plural = _("Parts")
ordering = ['name',]
ordering = ['name', ]
class MPTTMeta:
# For legacy reasons the 'variant_of' field is used to indicate the MPTT parent