mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Fix plural name for Companies in Admin interface
This commit is contained in:
		| @@ -94,6 +94,7 @@ class Company(models.Model): | ||||
|         constraints = [ | ||||
|             UniqueConstraint(fields=['name', 'email'], name='unique_name_email_pair') | ||||
|         ] | ||||
|         verbose_name_plural = "Companies" | ||||
|  | ||||
|     name = models.CharField(max_length=100, blank=False, | ||||
|                             help_text=_('Company name'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user