2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Removed Customer model from supplier app

This commit is contained in:
Oliver
2018-04-17 23:25:14 +10:00
parent 05cb2fe167
commit 53d7fd2c46

View File

@ -29,12 +29,6 @@ class Manufacturer(Company):
pass
class Customer(Company):
""" Represents a customer
"""
pass
class SupplierPart(models.Model):
""" Represents a unique part as provided by a Supplier
Each SupplierPart is identified by a MPN (Manufacturer Part Number)