mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
remove double definition
This commit is contained in:
@ -304,9 +304,6 @@ class Contact(models.Model):
|
|||||||
|
|
||||||
role = models.CharField(max_length=100, blank=True)
|
role = models.CharField(max_length=100, blank=True)
|
||||||
|
|
||||||
company = models.ForeignKey(Company, related_name='contacts',
|
|
||||||
on_delete=models.CASCADE)
|
|
||||||
|
|
||||||
|
|
||||||
class ManufacturerPart(models.Model):
|
class ManufacturerPart(models.Model):
|
||||||
""" Represents a unique part as provided by a Manufacturer
|
""" Represents a unique part as provided by a Manufacturer
|
||||||
|
Reference in New Issue
Block a user