Fixed number format in currency

This commit is contained in:
Anand Doshi 2014-06-18 20:55:39 +05:30
parent fd05f458e1
commit aecddefbc8

View File

@ -51,14 +51,14 @@
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1, "in_list_view": 1,
"label": "Number Format", "label": "Number Format",
"options": "\n#,###.##\n#.###,##\n# ###.##\n#,###.###\n#,##,###.##\n#.###\n#,###", "options": "\n#,###.##\n#.###,##\n# ###.##\n# ###,##\n#'###.##\n#, ###.##\n#,##,###.##\n#,###.###\n#.###\n#,###",
"permlevel": 0 "permlevel": 0
} }
], ],
"icon": "icon-bitcoin", "icon": "icon-bitcoin",
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"modified": "2014-05-27 03:49:09.038451", "modified": "2014-06-18 03:49:09.038451",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Currency", "name": "Currency",