Browse Source

[minor] Added currency RON - Romanian New Leu

version-14
Anand Doshi 10 years ago
parent
commit
f13b45a89d
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      frappe/country_info.json

+ 4
- 2
frappe/country_info.json View File

@@ -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"


Loading…
Cancel
Save