mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
f72979f2df
commit
cba0ca26ba
@ -686,7 +686,7 @@ class SupplierPart(models.Model):
|
|||||||
return s
|
return s
|
||||||
|
|
||||||
|
|
||||||
class SupplierPriceBreak(common.models.PriceBreak):
|
class SupplierPriceBreak(common.models.PriceBreak):
|
||||||
""" Represents a quantity price break for a SupplierPart.
|
""" Represents a quantity price break for a SupplierPart.
|
||||||
- Suppliers can offer discounts at larger quantities
|
- Suppliers can offer discounts at larger quantities
|
||||||
- SupplierPart(s) may have zero-or-more associated SupplierPriceBreak(s)
|
- SupplierPart(s) may have zero-or-more associated SupplierPriceBreak(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user