diff --git a/app/Models/Account.php b/app/Models/Account.php index 5f124469096c..7025faf1a528 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -456,8 +456,6 @@ class Account extends Eloquent $countryId = false; } - $hideSymbol = $this->show_currency_code || $hideSymbol; - return Utils::formatMoney($amount, $currencyId, $countryId, $decorator); }