[*] LO : Use single quote as thousands separator for CHF currency
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user