From a2f05a3eaec177d76fbe86e09800d2c7667c7ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sun, 31 Aug 2008 04:20:22 +0000 Subject: [PATCH] Bug #526313: Add currency Venezuelan Bolivar Fuerte (VEF). It will replace the Venezuelan Bolivar (VEB) in 2008. Patch from Frank H. Ellenberger. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17482 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/iso-4217-currencies.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine/iso-4217-currencies.scm b/src/engine/iso-4217-currencies.scm index ee5da73c5b..b7815fc631 100644 --- a/src/engine/iso-4217-currencies.scm +++ b/src/engine/iso-4217-currencies.scm @@ -198,7 +198,8 @@ ( "Uruguayan Peso" "peso" "centesimo" "ISO4217" "UYU" "858" 100 100 ) ( "Uzbekistani Sum" "som" "tiyin" "ISO4217" "UZS" "860" 100 100 ) ( "Vanuatu Vatu" "vatu" "centime" "ISO4217" "VUV" "548" 1 1 ) -( "Venezuelan Bolivar" "bolivar" "centimo" "ISO4217" "VEB" "862" 100 100 ) +( "Venezuelan Bolivar (old)" "bolivar" "centimo" "ISO4217" "VEB" "862" 100 100 ) ;; 1000 replaced by 1 VEF in 2008 +( "Venezuelan Bolivar Fuerte" "bolivar" "centimo" "ISO4217" "VEF" "937" 100 100 ) ;; since 2008-01-01 ( "Vietnamese Dong" "dong" "hao" "ISO4217" "VND" "704" 100 100 ) ( "Yemeni Riyal" "riyal" "fils" "ISO4217" "YER" "886" 100 100 ) ( "Yugoslav Dinar" "dinar" "para" "ISO4217" "YUM" "890" 100 100)