2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
This commit is contained in:
Matthias 2022-03-14 23:34:34 +01:00
parent f72979f2df
commit cba0ca26ba
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -686,7 +686,7 @@ class SupplierPart(models.Model):
return s
class SupplierPriceBreak(common.models.PriceBreak):
class SupplierPriceBreak(common.models.PriceBreak):
""" Represents a quantity price break for a SupplierPart.
- Suppliers can offer discounts at larger quantities
- SupplierPart(s) may have zero-or-more associated SupplierPriceBreak(s)