Koha/installer/data/mysql/pl-PL/optional/parameters.sql
Lars Wirzenius 4523a2df0d Fix file permissions: if it is not a script, it should not be executable.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-04-16 00:40:34 -04:00

6 lines
138 B
SQL

INSERT INTO `currency` (currency, rate, symbol) VALUES
('PLN', 1.0, ''),
('USD', 2.77, '$'),
('GBP', 4.5, '£'),
('EUR', 4.1, '');