mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +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;
|
$result = $format->symbol . $space . $formatted;
|
||||||
|
|
||||||
if (!$precedes) {
|
if (!$precedes) {
|
||||||
$result = $space . $formatted . $format->symbol;
|
$result = $formatted . $space . $format->symbol;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($coloured === true) {
|
if ($coloured === true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user