mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
c3fa5aeabf
commit
14f14c46d0
@ -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
|
||||||
|
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user