Merge branch 'master' of github.com:webnotes/wnframework
This commit is contained in:
commit
ea79edfb48
1 changed files with 1 additions and 2 deletions
|
|
@ -152,8 +152,7 @@ function flt(v, decimals) {
|
|||
}
|
||||
|
||||
// strip groups (,)
|
||||
var info = get_number_format_info();
|
||||
if(info.group_sep==".") {
|
||||
if(number_format_info.group_sep==".") {
|
||||
v = v.replace(/\./g,'');
|
||||
|
||||
// sanitize decimal separator to .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue