create foramt_number smarty function

This commit is contained in:
Manuel Raynaud
2013-09-03 08:34:46 +02:00
parent cf53e45ef0
commit 7718c90e60
3 changed files with 83 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ class Lang extends BaseLang {
return ".";
}
public function getThousandSeparator()
public function getThousandsSeparator()
{
return " ";
}