mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user