mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 23:45:48 -06:00
Fix formatting when currency symbol is separated and follows amount
This commit is contained in:
parent
95e91b9af8
commit
f93d11643f
@ -130,7 +130,7 @@ class Amount
|
||||
$result = $format->symbol . $space . $formatted;
|
||||
|
||||
if (!$precedes) {
|
||||
$result = $space . $formatted . $format->symbol;
|
||||
$result = $formatted . $space . $format->symbol;
|
||||
}
|
||||
|
||||
if ($coloured === true) {
|
||||
|
Loading…
Reference in New Issue
Block a user