浏览代码

Correction of the currency format for France

version-14
CH 8 年前
父节点
当前提交
84f35a538b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/geo/country_info.json

+ 1
- 1
frappe/geo/country_info.json 查看文件

@@ -846,7 +846,7 @@
"currency_fraction": "Cent", "currency_fraction": "Cent",
"currency_fraction_units": 100, "currency_fraction_units": 100,
"currency_symbol": "\u20ac", "currency_symbol": "\u20ac",
"number_format": "#,###.##",
"number_format": "# ###,##",
"timezones": [ "timezones": [
"Europe/Paris" "Europe/Paris"
] ]


正在加载...
取消
保存