diff --git a/app/Support/Amount.php b/app/Support/Amount.php index a0d4b3159b..e40385d38f 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -52,7 +52,7 @@ class Amount return '' . $result . ''; } else { if ($amount < 0) { - return '' . $result . ''; + return '' . $result . ''; } }