mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix colonial franc names.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3755 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b6dc29d3ce
commit
cc5c68a1cc
@ -1,6 +1,7 @@
|
||||
2001-03-06 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/scm/iso-4217-currencies.scm: remove duplicate currency
|
||||
fix colonial franc names
|
||||
|
||||
* src/engine/sixtp-dom-parsers.c (dom_tree_to_commodity_ref): use
|
||||
gnc_commodity_destroy, not g_free.
|
||||
|
@ -20,7 +20,6 @@
|
||||
( "Barbados Dollar" "dollar" "cent" "ISO4217" "BBD" "052" 100 100 )
|
||||
( "Belgian Franc" "franc" "centime" "ISO4217" "BEF" "056" 100 100 ) ::::
|
||||
( "Belize Dollar" "dollar" "cent" "ISO4217" "BZD" "084" 100 100 )
|
||||
( "Colonial French Franc" "franc" "centime" "ISO4217" "XOF" "952" 100 100 )
|
||||
( "Bermudian Dollar" "dollar" "cent" "ISO4217" "BMD" "060" 100 100 )
|
||||
( "Bhutan Ngultrum" "ngultrum" "chetrum" "ISO4217" "BTN" "064" 100 100 )
|
||||
( "Bolivian Boliviano" "boliviano" "centavo" "ISO4217" "BOB" "068" 100 100 )
|
||||
@ -32,7 +31,8 @@
|
||||
( "Brunei Dollar" "dollar" "cent" "ISO4217" "BND" "096" 100 100 )
|
||||
( "Bulgarian Lev" "lev" "stotinki" "ISO4217" "BGL" "100" 100 100 )
|
||||
( "Burundi Franc" "franc" "centime" "ISO4217" "BIF" "108" 100 100 )
|
||||
( "Cameroon Franc" "franc" "centime" "ISO4217" "XAF" "950" 100 100 )
|
||||
( "CFA Franc BEAC" "franc" "centime" "ISO4217" "XAF" "950" 100 100 )
|
||||
( "CFA Franc BCEAO" "franc" "centime" "ISO4217" "XOF" "952" 100 100 )
|
||||
( "Canadian Dollar" "dollar" "cent" "ISO4217" "CAD" "124" 100 100 )
|
||||
( "Cape Verde Escudo" "escudo" "centavo" "ISO4217" "CVE" "132" 100 100 )
|
||||
( "Cayman Islands Dollar" "dollar" "cent" "ISO4217" "KYD" "136" 100 100 )
|
||||
|
Loading…
Reference in New Issue
Block a user