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