mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 01:08:12 +00:00
Hide the "part" field when editing manufacturer part and supplier part objects
This commit is contained in:
@@ -483,7 +483,6 @@ class SupplierPart(models.Model):
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class Meta:
|
||||
unique_together = ('part', 'supplier', 'SKU')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user