Parcourir la source

Merge pull request #1453 from nabinhait/country_info

[fix] Updated currency info of Venezuela
version-14
Nabin Hait il y a 9 ans
Parent
révision
b27225e8cb
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +5
    -1
      frappe/geo/country_info.json

+ 5
- 1
frappe/geo/country_info.json Voir le fichier

@@ -2567,7 +2567,11 @@
}, },
"Venezuela, Bolivarian Republic of": { "Venezuela, Bolivarian Republic of": {
"code": "ve", "code": "ve",
"number_format": "#,###.##"
"number_format": "#.###,##",
"currency": "VEF",
"currency_symbol": "Bs.",
"currency_fraction": "Centimos",
"currency_fraction_units": 100
}, },
"Vietnam": { "Vietnam": {
"code": "vn", "code": "vn",


Chargement…
Annuler
Enregistrer