Change Russian Ruble from RUR to RUB; r7574 was erroneous. See bug #393185.

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15421 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/gobject-engine-dev
Christian Stimming 20 years ago
parent b45ce825eb
commit 2760b2ebdf

@ -84,7 +84,7 @@ struct gnc_new_iso_code
const char *old_code;
const char *new_code;
} gnc_new_iso_codes[] = {
{"RUB", "RUR"}, /* Russian Ruble */
{"RUR", "RUB"}, /* Russian Ruble: RUR through 1997-12, RUB from 1998-01 onwards; see bug #393185 */
{"PLZ", "PLN"}, /* Polish Zloty */
{"UAG", "UAH"}, /* Ukraine Hryvnia */
{"ILS", "NIS"}, /* New Israeli Shekel */

@ -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" "RUR" "810" 100 100 )
( "Russian Rouble" "rouble" "kopek" "ISO4217" "RUB" "810" 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 )

Loading…
Cancel
Save