mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #566198: Add Slovak koruna to EURO support.
Patch from Herbert Thoma. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17792 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
333c9a68ec
commit
ce1b5d7b44
@ -69,7 +69,8 @@ static gnc_euro_rate_struct gnc_euro_rates[] =
|
||||
{ "PTE", 200.482 }, /* portugese escudo */
|
||||
{ "S", 13.7603 }, /* austrian schilling */
|
||||
{ "SCH", 13.7603 }, /* austrian schilling */
|
||||
{ "SIT", 239.640 } /* slovenian tolar */
|
||||
{ "SIT", 239.640 }, /* slovenian tolar */
|
||||
{ "SKK", 30.1260 } /* slovak koruna */
|
||||
};
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user