From 76efc0484011cdff3b63b46425602cc2a4679b3f Mon Sep 17 00:00:00 2001 From: jfefe Date: Wed, 13 Mar 2013 22:01:34 +0100 Subject: [PATCH] Show number with dot to avoid error when update extrafield --- htdocs/core/class/extrafields.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php index de828e8a237..4e18cd6c983 100755 --- a/htdocs/core/class/extrafields.class.php +++ b/htdocs/core/class/extrafields.class.php @@ -646,7 +646,7 @@ class ExtraFields } elseif ($type == 'price') { - $out=' '.$langs->getCurrencySymbol($conf->currency); + $out=' '.$langs->getCurrencySymbol($conf->currency); } elseif ($type == 'select') {