[*] LO : Use single quote as thousands separator for CHF currency

This commit is contained in:
djfm
2013-09-23 16:32:40 +00:00
parent b3a425c73a
commit 6195d0c319
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -514,7 +514,7 @@ class ToolsCore
break;
/* 0 000.00 X Added for the switzerland currency */
case 5:
$ret = number_format($price, $c_decimals, '.', ' ').$blank.$c_char;
$ret = number_format($price, $c_decimals, '.', "'").$blank.$c_char;
break;
}
if ($is_negative)