diff --git a/app/Support/Amount.php b/app/Support/Amount.php index f1b6247cf8..62ad0b4a6b 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -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) {