Merge pull request #1453 from nabinhait/country_info
[fix] Updated currency info of Venezuela
This commit is contained in:
commit
b27225e8cb
1 changed files with 5 additions and 1 deletions
|
|
@ -2567,7 +2567,11 @@
|
|||
},
|
||||
"Venezuela, Bolivarian Republic of": {
|
||||
"code": "ve",
|
||||
"number_format": "#,###.##"
|
||||
"number_format": "#.###,##",
|
||||
"currency": "VEF",
|
||||
"currency_symbol": "Bs.",
|
||||
"currency_fraction": "Centimos",
|
||||
"currency_fraction_units": 100
|
||||
},
|
||||
"Vietnam": {
|
||||
"code": "vn",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue