From 14f14c46d07fe435994d3d39fb790d891e97306d Mon Sep 17 00:00:00 2001 From: David Hampton Date: Mon, 11 Jul 2005 00:26:10 +0000 Subject: [PATCH] Add the new Romanian Leu. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11156 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ src/engine/iso-4217-currencies.scm | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8668196f22..f3746efc14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-10 David Hampton + + * src/engine/iso-4217-currencies.scm: Add the new Romanian Leu. + 2005-05-23 Christian Stimming * src/import-export/hbci/dialog-hbcitrans.c: Fix handling of debit diff --git a/src/engine/iso-4217-currencies.scm b/src/engine/iso-4217-currencies.scm index 5697a4369f..466298f376 100644 --- a/src/engine/iso-4217-currencies.scm +++ b/src/engine/iso-4217-currencies.scm @@ -143,7 +143,8 @@ ( "Polish Zloty" "zloty" "groszy" "ISO4217" "PLN" "985" 100 100 ) ( "Portuguese Escudo" "escudo" "centavo" "ISO4217" "PTE" "620" 100 100 ) ;; through 1998 ( "Qatari Rial" "rial" "dirham" "ISO4217" "QAR" "634" 100 100 ) -( "Romanian Leu" "leu" "bani" "ISO4217" "ROL" "642" 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 ) ( "Rwanda Franc" "franc" "centime" "ISO4217" "RWF" "646" 100 100 ) ( "Samoan Tala" "tala" "sene" "ISO4217" "WST" "882" 100 100 )