From 401b03add2de943ecd2806c93611b762ca2116ed Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 8 Dec 2015 15:13:55 +0530 Subject: [PATCH] [fix] Updated currency info of Venezuela --- frappe/geo/country_info.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index 9d39e92fe9..d1d6531cc3 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -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",