mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix typo in setting name (#4567)
This commit is contained in:
parent
3018087ea9
commit
4cd1d2eebe
@ -26,7 +26,7 @@
|
||||
* Returns the base currency used for conversion operations
|
||||
*/
|
||||
function baseCurrency() {
|
||||
return global_settings.INVENTREE_BASE_CURRENCY || 'USD';
|
||||
return global_settings.INVENTREE_DEFAULT_CURRENCY || 'USD';
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user