Change El Salvador currency to USD
See user request here https://discuss.erpnext.com/t/el-salvador-default-currency-change-to-usd-please/52070 These proposed changes appear to agree with https://en.wikipedia.org/wiki/Salvadoran_col%C3%B3n
This commit is contained in:
parent
7a1da3a9bd
commit
3fb6475639
1 changed files with 12 additions and 10 deletions
|
|
@ -770,16 +770,18 @@
|
|||
"Africa/Cairo"
|
||||
]
|
||||
},
|
||||
"El Salvador": {
|
||||
"code": "sv",
|
||||
"currency": "SVC",
|
||||
"currency_fraction": "Centavo",
|
||||
"currency_fraction_units": 100,
|
||||
"currency_name": "El Salvador Colon",
|
||||
"currency_symbol": "\u20a1",
|
||||
"number_format": "#,###.##",
|
||||
"timezones": [
|
||||
"America/El_Salvador"
|
||||
“El Salvador”: {
|
||||
“code”: “sv”,
|
||||
“currency”: “USD”,
|
||||
“currency_fraction”: “Centavo”,
|
||||
“currency_fraction_units”: 100,
|
||||
“smallest_currency_fraction_value”: 0.01,
|
||||
“currency_name”: “Dolar estadounidense”,
|
||||
“currency_symbol”: “$”,
|
||||
“date_format”: “dd-mm-yyyy”,
|
||||
“number_format”: “#,###.##”,
|
||||
“timezones”: [
|
||||
“America/El_Salvador”
|
||||
]
|
||||
},
|
||||
"Equatorial Guinea": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue