Fix for currency symbol

This commit is contained in:
Hillel Coren 2016-10-20 17:49:26 +03:00
parent 5084e4c5b9
commit 5560d65c4a

View File

@ -456,8 +456,6 @@ class Account extends Eloquent
$countryId = false;
}
$hideSymbol = $this->show_currency_code || $hideSymbol;
return Utils::formatMoney($amount, $currencyId, $countryId, $decorator);
}