mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for currency symbol
This commit is contained in:
parent
5084e4c5b9
commit
5560d65c4a
@ -456,8 +456,6 @@ class Account extends Eloquent
|
|||||||
$countryId = false;
|
$countryId = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$hideSymbol = $this->show_currency_code || $hideSymbol;
|
|
||||||
|
|
||||||
return Utils::formatMoney($amount, $currencyId, $countryId, $decorator);
|
return Utils::formatMoney($amount, $currencyId, $countryId, $decorator);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user