2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +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

@ -80,7 +80,7 @@ class Company(models.Model):
"""
class Meta:
ordering = ['name',]
ordering = ['name', ]
name = models.CharField(max_length=100, blank=False, unique=True,
help_text=_('Company name'),