From 2ec743822453086a5ae3132db886ddc0fae2cde4 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 23 Jan 2007 14:33:13 +0000 Subject: [PATCH] Fix numerical currency code for RUB. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15422 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/iso-4217-currencies.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/iso-4217-currencies.scm b/src/engine/iso-4217-currencies.scm index 9609538c84..95435d3cb0 100644 --- a/src/engine/iso-4217-currencies.scm +++ b/src/engine/iso-4217-currencies.scm @@ -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 )