mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-15 23:21:32 +00:00
PEP
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user