2
0
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:
Oliver
2021-08-10 11:01:17 +10:00
parent e03afce335
commit c32b6b2272
2 changed files with 11 additions and 3 deletions

View File

@ -483,7 +483,6 @@ class SupplierPart(models.Model):
}
}
class Meta:
unique_together = ('part', 'supplier', 'SKU')