From f13b45a89d5e3450430205ada555f8c4e556969b Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 29 Dec 2014 12:35:53 +0530 Subject: [PATCH] [minor] Added currency RON - Romanian New Leu --- frappe/country_info.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frappe/country_info.json b/frappe/country_info.json index 1624f330f4..292573c686 100644 --- a/frappe/country_info.json +++ b/frappe/country_info.json @@ -1946,9 +1946,11 @@ }, "Romania": { "code": "ro", - "currency_fraction": "Ban", + "currency": "RON", + "currency_fraction": "Bani", "currency_fraction_units": 100, - "currency_symbol": "L", + "currency_name": "Romanian New Leu", + "currency_symbol": "lei", "number_format": "#,###.##", "timezones": [ "Europe/Bucharest"