Bug 20491: Updating the MARC subfield desciption of 952q
[koha.git] / installer / data / mysql / pl-PL / optional / parameters.sql
1 INSERT INTO `currency` (currency, rate, symbol, active) VALUES
2 ('PLN', 1.0, 'zł', '1'),
3 ('USD', .2988, '$', '0'),
4 ('GBP', .1903, '£', '0'),
5 ('EUR', .2403, '€', '0');