mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	fix caluclations->calculations (#4774)
This commit is contained in:
		| @@ -964,7 +964,7 @@ class InvenTreeSetting(BaseInvenTreeSetting): | ||||
|  | ||||
|         'INVENTREE_DEFAULT_CURRENCY': { | ||||
|             'name': _('Default Currency'), | ||||
|             'description': _('Select base currency for pricing caluclations'), | ||||
|             'description': _('Select base currency for pricing calculations'), | ||||
|             'default': 'USD', | ||||
|             'choices': CURRENCY_CHOICES, | ||||
|             'after_save': update_exchange_rates, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user