From d9d7165d31c851254ad6ff66534ff30178c240fd Mon Sep 17 00:00:00 2001 From: Ardavan K Date: Sun, 5 Mar 2017 01:41:24 +0330 Subject: [PATCH 1/2] Update country_info.json Added currency symbol & timezone for Iran --- frappe/geo/country_info.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index 3bcde0add2..7e6f432608 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -1139,7 +1139,11 @@ "code": "ir", "currency": "IRR", "currency_name": "Iranian Rial", + "currency_symbol": "\ufdfc", "number_format": "#,###.##" + "timezones": [ + "Asia/Tehran" + ] }, "Iraq": { "code": "iq", From ebf82e8b6f56115e168ae68f0e8ff43f6174aaad Mon Sep 17 00:00:00 2001 From: Ardavan K Date: Sun, 5 Mar 2017 11:51:10 +0330 Subject: [PATCH 2/2] Update country_info.json added the missing comma --- 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 7e6f432608..6238abac55 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -1140,7 +1140,7 @@ "currency": "IRR", "currency_name": "Iranian Rial", "currency_symbol": "\ufdfc", - "number_format": "#,###.##" + "number_format": "#,###.##", "timezones": [ "Asia/Tehran" ]