mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
2afd39356a
commit
739489840b
@ -744,7 +744,7 @@ if get_setting('TEST_TRANSLATIONS', False): # pragma: no cover
|
||||
CURRENCIES = CONFIG.get(
|
||||
'currencies',
|
||||
[
|
||||
'AUD', 'CAD', 'EUR', 'GBP', 'JPY', 'NZD', 'USD',
|
||||
'AUD', 'CAD', 'CNY', 'EUR', 'GBP', 'JPY', 'NZD', 'USD',
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -61,6 +61,7 @@ base_currency: USD
|
||||
currencies:
|
||||
- AUD
|
||||
- CAD
|
||||
- CNY
|
||||
- EUR
|
||||
- GBP
|
||||
- JPY
|
||||
|
Loading…
Reference in New Issue
Block a user