diff --git a/addons/default/visiosoft/advs-module/src/Support/Command/Currency.php b/addons/default/visiosoft/advs-module/src/Support/Command/Currency.php index 12dfebc50..d7c2ac70f 100644 --- a/addons/default/visiosoft/advs-module/src/Support/Command/Currency.php +++ b/addons/default/visiosoft/advs-module/src/Support/Command/Currency.php @@ -5,7 +5,7 @@ class Currency public function format($number, $currency = null, array $options = []) { - $currency = strtoupper($currency ?: config('streams::currencies.default')); + $currency = strtoupper($currency ?: setting_value('streams::currency')); $direction = array_get( $options,