mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
clearer wording for internal price settings
This commit is contained in:
parent
4f3bfe569a
commit
74c4c559e4
@ -207,14 +207,14 @@ class InvenTreeSetting(models.Model):
|
|||||||
|
|
||||||
'PART_INTERNAL_PRICE': {
|
'PART_INTERNAL_PRICE': {
|
||||||
'name': _('Internal Prices'),
|
'name': _('Internal Prices'),
|
||||||
'description': _('Set internal prices for parts'),
|
'description': _('Enable internal prices for parts'),
|
||||||
'default': False,
|
'default': False,
|
||||||
'validator': bool
|
'validator': bool
|
||||||
},
|
},
|
||||||
|
|
||||||
'PART_BOM_USE_INTERNAL_PRICE': {
|
'PART_BOM_USE_INTERNAL_PRICE': {
|
||||||
'name': _('Internal Prices in BOM-Price'),
|
'name': _('Internal Price as BOM-Price'),
|
||||||
'description': _('Use the internal price (if set) for BOM-price calculations'),
|
'description': _('Use the internal price (if set) in BOM-price calculations'),
|
||||||
'default': False,
|
'default': False,
|
||||||
'validator': bool
|
'validator': bool
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user