mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add DEFAULT_CURRENCY option
This commit is contained in:
parent
c2fe5e08b4
commit
4df7e53bb8
@ -513,6 +513,11 @@ CURRENCIES = CONFIG.get(
|
||||
],
|
||||
)
|
||||
|
||||
DEFAULT_CURRENCY = get_setting(
|
||||
'INVENTREE_DEFAULT_CURRENCY',
|
||||
CONFIG.get('default_currency', 'USD')
|
||||
)
|
||||
|
||||
# Extract email settings from the config file
|
||||
email_config = CONFIG.get('email', {})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user