2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

fix caluclations->calculations (#4774)

This commit is contained in:
Ulices 2023-05-05 16:38:48 -06:00 committed by GitHub
parent 1fc22359c7
commit 434a00b55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -964,7 +964,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
'INVENTREE_DEFAULT_CURRENCY': { 'INVENTREE_DEFAULT_CURRENCY': {
'name': _('Default Currency'), 'name': _('Default Currency'),
'description': _('Select base currency for pricing caluclations'), 'description': _('Select base currency for pricing calculations'),
'default': 'USD', 'default': 'USD',
'choices': CURRENCY_CHOICES, 'choices': CURRENCY_CHOICES,
'after_save': update_exchange_rates, 'after_save': update_exchange_rates,