mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix formatting when currency symbol is separated and follows amount
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user