mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-13 08:21:26 +00:00
Added 'tabs' to company view
This commit is contained in:
@ -353,6 +353,7 @@ class BomItem(models.Model):
|
||||
child=self.sub_part.name,
|
||||
n=self.quantity)
|
||||
|
||||
|
||||
class SupplierPart(models.Model):
|
||||
""" Represents a unique part as provided by a Supplier
|
||||
Each SupplierPart is identified by a MPN (Manufacturer Part Number)
|
||||
|
Reference in New Issue
Block a user