From 09de5b543e33c09b3a889d1c67b892ed1bb8e40e Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 2 Jun 2016 16:40:15 +0530 Subject: [PATCH] [minor] added Serbian Dinar, fixes frappe/erpnext#5311; --- frappe/geo/country_info.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index 82631185de..3e15fc1e3f 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -2087,9 +2087,11 @@ }, "Serbia": { "code": "rs", + "currency": "RSD", "currency_fraction": "Para", "currency_fraction_units": 100, - "currency_symbol": "\u0434\u0438\u043d. or din.", + "currency_name": "Serbian Dinar", + "currency_symbol": "\u0434\u0438\u043d.", "number_format": "#,###.##", "timezones": [ "Europe/Belgrade"