AUDIT: r15422 - gnucash/trunk/src/engine - Fix numerical currency code for RUB.

Christian Stimming cstim at cvs.gnucash.org
Tue Jan 23 09:33:14 EST 2007


Author: cstim
Date: 2007-01-23 09:33:13 -0500 (Tue, 23 Jan 2007)
New Revision: 15422
Trac: http://svn.gnucash.org/trac/changeset/15422

Modified:
   gnucash/trunk/src/engine/iso-4217-currencies.scm
Log:
Fix numerical currency code for RUB.
BP

Modified: gnucash/trunk/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/trunk/src/engine/iso-4217-currencies.scm	2007-01-23 14:24:06 UTC (rev 15421)
+++ gnucash/trunk/src/engine/iso-4217-currencies.scm	2007-01-23 14:33:13 UTC (rev 15422)
@@ -145,7 +145,7 @@
 ( "Qatari Rial" "rial" "dirham" "ISO4217" "QAR" "634" 100 100 )
 ( "Romanian Leu" "leu" "bani"  "ISO4217" "ROL" "642" 100 100 ) ;; through 2005-06
 ( "Romanian Leu" "leu" "bani"  "ISO4217" "RON" "946" 100 100 ) ;; from 2005-07
-( "Russian Rouble" "rouble" "kopek" "ISO4217" "RUB" "810" 100 100 ) ;; RUR through 1997-12, RUB from 1998-01 onwards; see bug #393185
+( "Russian Rouble" "rouble" "kopek" "ISO4217" "RUB" "643" 100 100 ) ;; RUR through 1997-12, RUB from 1998-01 onwards; see bug #393185
 ( "Rwanda Franc" "franc" "centime" "ISO4217" "RWF" "646" 100 100 )
 ( "Samoan Tala" "tala" "sene" "ISO4217" "WST" "882" 100 100 )
 ( "Sao Tome and Principe Dobra" "Dobra" "centimo" "ISO4217" "STD" "678" 100 100 )



More information about the gnucash-changes mailing list