From 84f35a538bebb6af94c45c29646c16f73cd89e97 Mon Sep 17 00:00:00 2001 From: CH Date: Mon, 3 Apr 2017 15:59:49 +0200 Subject: [PATCH] Correction of the currency format for France --- frappe/geo/country_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index d92b65afa1..deac9f2532 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -846,7 +846,7 @@ "currency_fraction": "Cent", "currency_fraction_units": 100, "currency_symbol": "\u20ac", - "number_format": "#,###.##", + "number_format": "# ###,##", "timezones": [ "Europe/Paris" ]