Add the new Romanian Leu.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11156 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-07-11 00:26:10 +00:00
parent c3fa5aeabf
commit 14f14c46d0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-10 David Hampton <hampton@employees.org>
* src/engine/iso-4217-currencies.scm: Add the new Romanian Leu.
2005-05-23 Christian Stimming <stimming@tuhh.de> 2005-05-23 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/dialog-hbcitrans.c: Fix handling of debit * src/import-export/hbci/dialog-hbcitrans.c: Fix handling of debit

View File

@ -143,7 +143,8 @@
( "Polish Zloty" "zloty" "groszy" "ISO4217" "PLN" "985" 100 100 ) ( "Polish Zloty" "zloty" "groszy" "ISO4217" "PLN" "985" 100 100 )
( "Portuguese Escudo" "escudo" "centavo" "ISO4217" "PTE" "620" 100 100 ) ;; through 1998 ( "Portuguese Escudo" "escudo" "centavo" "ISO4217" "PTE" "620" 100 100 ) ;; through 1998
( "Qatari Rial" "rial" "dirham" "ISO4217" "QAR" "634" 100 100 ) ( "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 ) ( "Russian Rouble" "rouble" "kopek" "ISO4217" "RUR" "810" 100 100 )
( "Rwanda Franc" "franc" "centime" "ISO4217" "RWF" "646" 100 100 ) ( "Rwanda Franc" "franc" "centime" "ISO4217" "RWF" "646" 100 100 )
( "Samoan Tala" "tala" "sene" "ISO4217" "WST" "882" 100 100 ) ( "Samoan Tala" "tala" "sene" "ISO4217" "WST" "882" 100 100 )