// change comment

This commit is contained in:
djfm
2013-09-23 16:37:13 +00:00
parent 6195d0c319
commit d9a24d61ac
+1 -1
View File
@@ -512,7 +512,7 @@ class ToolsCore
case 4:
$ret = number_format($price, $c_decimals, '.', ',').$blank.$c_char;
break;
/* 0 000.00 X Added for the switzerland currency */
/* 0'000.00 X Added for the switzerland currency */
case 5:
$ret = number_format($price, $c_decimals, '.', "'").$blank.$c_char;
break;