mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Removed Customer model from supplier app
This commit is contained in:
@ -29,12 +29,6 @@ class Manufacturer(Company):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class Customer(Company):
|
|
||||||
""" Represents a customer
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class SupplierPart(models.Model):
|
class SupplierPart(models.Model):
|
||||||
""" Represents a unique part as provided by a Supplier
|
""" Represents a unique part as provided by a Supplier
|
||||||
Each SupplierPart is identified by a MPN (Manufacturer Part Number)
|
Each SupplierPart is identified by a MPN (Manufacturer Part Number)
|
||||||
|
Reference in New Issue
Block a user