mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 20:20:58 +00:00
Add setting to determine if supplier price breaks are used in overall price calculations (#3943)
This commit is contained in:
@ -1093,6 +1093,13 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
||||
]
|
||||
},
|
||||
|
||||
'PRICING_USE_SUPPLIER_PRICING': {
|
||||
'name': _('Use Supplier Pricing'),
|
||||
'description': _('Include supplier price breaks in overall pricing calculations'),
|
||||
'default': True,
|
||||
'validator': bool,
|
||||
},
|
||||
|
||||
'PRICING_UPDATE_DAYS': {
|
||||
'name': _('Pricing Rebuild Time'),
|
||||
'description': _('Number of days before part pricing is automatically updated'),
|
||||
|
Reference in New Issue
Block a user