mirror of
https://github.com/frappe/books.git
synced 2025-01-03 15:17:30 +00:00
Change the currency of Lithuania to EUR
Lithuania has switched to [EUR in 2015](https://ec.europa.eu/info/business-economy-euro/euro-area/euro/eu-countries-and-euro/lithuania-and-euro_en) Fixes #134
This commit is contained in:
parent
eb1f9f91bc
commit
2b301f4140
@ -1467,11 +1467,10 @@
|
||||
},
|
||||
"Lithuania": {
|
||||
"code": "lt",
|
||||
"currency": "LTL",
|
||||
"currency_fraction": "Centas",
|
||||
"currency": "EUR",
|
||||
"currency_fraction": "Cent",
|
||||
"currency_fraction_units": 100,
|
||||
"currency_name": "Lithuanian Litas",
|
||||
"currency_symbol": "Lt",
|
||||
"currency_symbol": "\u20ac",
|
||||
"date_format": "yyyy-MM-dd",
|
||||
"number_format": "# ###,##",
|
||||
"timezones": [
|
||||
|
Loading…
Reference in New Issue
Block a user