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