mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +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()
 | 
					        return stock.objects.filter(supplier_part__supplier=self.id).count()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
class Contact(models.Model):
 | 
					class Contact(models.Model):
 | 
				
			||||||
    """ A Contact represents a person who works at a particular company.
 | 
					    """ A Contact represents a person who works at a particular company.
 | 
				
			||||||
    A Company may have zero or more associated Contact objects.
 | 
					    A Company may have zero or more associated Contact objects.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user