mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 13:09:41 -06:00
Add fixed EUR-LVL conversion rate to gnc_euro_rates
This is a follow up on bug 727338
This commit is contained in:
parent
5baa87bf4e
commit
f9a93229d2
@ -64,6 +64,7 @@ static gnc_euro_rate_struct gnc_euro_rates[] =
|
||||
{ "LFR", 40.3399 }, /* luxembourg franc */
|
||||
{ "LIT", 1936.27 }, /* italian lira */
|
||||
{ "LUF", 40.3399 }, /* luxembourg franc */
|
||||
{ "LVL", .702804 }, /* latvian lats */
|
||||
{ "MTL", .429300 }, /* maltese lira */
|
||||
{ "NLG", 2.20371 }, /* netherland gulden */
|
||||
{ "PTA", 166.386 }, /* spanish peseta */
|
||||
|
@ -139,7 +139,7 @@
|
||||
( "Loti" "loti" "sente" "ISO4217" "LSL" "426" 100 100 "M" )
|
||||
( "Lithuanian Litas" "litas" "centas" "ISO4217" "LTL" "440" 100 100 "Lt" )
|
||||
( "Luxembourg Franc" "frang" "centime" "ISO4217" "LUF" "442" 100 100 "Flux" ) ;; 2002-01-01 "EUR" 40.3399
|
||||
( "Latvian Lats" "lats" "santīms" "ISO4217" "LVL" "428" 100 100 "Ls" )
|
||||
( "Latvian Lats" "lats" "santīms" "ISO4217" "LVL" "428" 100 100 "Ls" ) ;; Valid from 2. may 2009. till 31. december 2013, now "EUR" 0.702804
|
||||
( "Libyan Dinar" "dinar" "dirham" "ISO4217" "LYD" "434" 1000 1000 "ل.د" )
|
||||
( "Moroccan Dirham" "dirham" "centime" "ISO4217" "MAD" "504" 100 100 "د.م" )
|
||||
( "Moldovan Leu" "leu" "ban" "ISO4217" "MDL" "498" 100 100 "" )
|
||||
|
Loading…
Reference in New Issue
Block a user