From 95d8ee8b4118199881125137b01464c5e93968b7 Mon Sep 17 00:00:00 2001 From: jfefe Date: Sat, 30 Mar 2013 10:49:52 +0100 Subject: [PATCH] Revert "Show number with dot to avoid error when update extrafield" This reverts commit 76efc0484011cdff3b63b46425602cc2a4679b3f. --- 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 41465636b03..f9398c21cb8 100755 --- a/htdocs/core/class/extrafields.class.php +++ b/htdocs/core/class/extrafields.class.php @@ -663,7 +663,7 @@ class ExtraFields } elseif ($type == 'price') { - $out=' '.$langs->getCurrencySymbol($conf->currency); + $out=' '.$langs->getCurrencySymbol($conf->currency); } elseif ($type == 'select') {