From 63a670677025bf8b50eda3fd24596a2bfc694939 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Wed, 3 Aug 2016 07:36:02 +0100 Subject: [PATCH] Fixed comment sentence that was unclear --- application/helpers/locale_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/locale_helper.php b/application/helpers/locale_helper.php index 0b03322d6..c7d73cd6f 100644 --- a/application/helpers/locale_helper.php +++ b/application/helpers/locale_helper.php @@ -54,7 +54,7 @@ function to_quantity_decimals($number) function to_decimals($number, $decimals, $type=\NumberFormatter::DECIMAL) { // ignore empty strings and return - // NOTE: do not change it to empty because otherwise tables will show a 0 with no decimal nor currency symbol + // NOTE: do not change it to empty otherwise tables will show a 0 with no decimal nor currency symbol if(!isset($number)) { return $number;