From bcd7866e10783e30b36d06d394c9d9f7e7449751 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Mar 2016 19:24:15 +0100 Subject: [PATCH] For debug, add float. [skip ci] --- app/Support/Amount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . '';