r17594 - gnucash/branches/2.2/src/engine - [r16721] Add currencies XDR and XXX for IMF and "no-currency" (#504935)

Christian Stimming cstim at cvs.gnucash.org
Fri Sep 26 03:27:05 EDT 2008


Author: cstim
Date: 2008-09-26 03:27:05 -0400 (Fri, 26 Sep 2008)
New Revision: 17594
Trac: http://svn.gnucash.org/trac/changeset/17594

Modified:
   gnucash/branches/2.2/src/engine/iso-4217-currencies.scm
Log:
[r16721] Add currencies XDR and XXX for IMF and "no-currency" (#504935)

Committed by warlord.

Modified: gnucash/branches/2.2/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/branches/2.2/src/engine/iso-4217-currencies.scm	2008-09-26 02:49:01 UTC (rev 17593)
+++ gnucash/branches/2.2/src/engine/iso-4217-currencies.scm	2008-09-26 07:27:05 UTC (rev 17594)
@@ -206,6 +206,9 @@
 ( "Zambian Kwacha" "kwacha" "ngwee"  "ISO4217" "ZMK" "894" 100 100 )
 ( "Zimbabwe Dollar" "dollar" "cent" "ISO4217" "ZWD" "716" 100 100 )
 
+( "Special Drawing Rights" "SDR" "SDR" "ISO4217" "XDR" "960" 1 1 ) ;; International Monetary Fund
+( "No currency" "" "" "ISO4217" "XXX" "999" 1 1000000 )
+
 ( "Gold" "ounce" "ounce" "ISO4217" "XAU" "959" 1 1000000 )
 ( "Palladium" "ounce" "ounce" "ISO4217" "XPD" "964" 1 1000000 )
 ( "Platinum" "ounce" "ounce" "ISO4217" "XPT" "962" 1 1000000 )



More information about the gnucash-changes mailing list