diff --git a/app/Support/Amount.php b/app/Support/Amount.php
index dbc4bcfe10..4f0b894047 100644
--- a/app/Support/Amount.php
+++ b/app/Support/Amount.php
@@ -51,7 +51,7 @@ class Amount
return '' . $result . '';
}
if ($amount > 0) {
- return '' . $result . '';
+ return '' . $result . '';
}
return '' . $result . '';