From 5560d65c4a1049b12c9ecc1baef557d5114a8de8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 20 Oct 2016 17:49:26 +0300 Subject: [PATCH] Fix for currency symbol --- app/Models/Account.php | 2 -- 1 file changed, 2 deletions(-) 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); }