mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 12:40:57 +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