r16353 - gnucash/trunk/src/engine - Fix XPF [CFP Franc Pacifique] to not use cents.

Christian Stimming cstim at cvs.gnucash.org
Tue Jul 24 14:32:17 EDT 2007


Author: cstim
Date: 2007-07-24 14:32:16 -0400 (Tue, 24 Jul 2007)
New Revision: 16353
Trac: http://svn.gnucash.org/trac/changeset/16353

Modified:
   gnucash/trunk/src/engine/iso-4217-currencies.scm
Log:
Fix XPF [CFP Franc Pacifique] to not use cents.

By Dominique Corbex <dominique.corbex at 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)


Modified: gnucash/trunk/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/trunk/src/engine/iso-4217-currencies.scm	2007-07-23 19:13:30 UTC (rev 16352)
+++ gnucash/trunk/src/engine/iso-4217-currencies.scm	2007-07-24 18:32:16 UTC (rev 16353)
@@ -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 )



More information about the gnucash-changes mailing list