diff --git a/InvenTree/company/models.py b/InvenTree/company/models.py index 06a44583f7..f72668f9f0 100644 --- a/InvenTree/company/models.py +++ b/InvenTree/company/models.py @@ -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)