2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 21:16:46 +00:00
This commit is contained in:
Oliver Walters 2019-05-16 21:26:53 +10:00
parent 64a82389a2
commit 7ef448d205

View File

@ -125,7 +125,6 @@ class Company(models.Model):
return stock.objects.filter(supplier_part__supplier=self.id).count()
class Contact(models.Model):
""" A Contact represents a person who works at a particular company.
A Company may have zero or more associated Contact objects.