mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix XPF [CFP Franc Pacifique] to not use cents.
By Dominique Corbex <dominique.corbex@gmail.com>: The XPF currency [CFP Franc Pacifique], used in French Polynesia, New Caledonia, Wallis and Futuna islands has 2 digits after the decimal point in Gnucash. That's wrong as the XPF currency makes no use of cents. (see http://www.wikipedia.com/wiki/Currency_codes and search for XPF) git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16353 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
( "Burundi Franc" "franc" "centime" "ISO4217" "BIF" "108" 1 1 )
|
||||
( "CFA Franc BEAC" "franc" "centime" "ISO4217" "XAF" "950" 1 1 )
|
||||
( "CFA Franc BCEAO" "franc" "centime" "ISO4217" "XOF" "952" 1 1 )
|
||||
( "CFP Franc Pacifique" "franc" "centime" "ISO4217" "XPF" "953" 100 100 )
|
||||
( "CFP Franc Pacifique" "franc" "centime" "ISO4217" "XPF" "953" 1 1 )
|
||||
( "Cambodia Riel" "riel" "sen" "ISO4217" "KHR" "116" 100 100 )
|
||||
( "Canadian Dollar" "dollar" "cent" "ISO4217" "CAD" "124" 100 100 )
|
||||
( "Cape Verde Escudo" "escudo" "centavo" "ISO4217" "CVE" "132" 100 100 )
|
||||
|
||||
Reference in New Issue
Block a user