Koha/installer/data/mysql/pl-PL/optional/parameters.sql
Rafal Kopaczka af148f92b4 Bug 13373 [2/2] - Update Polish web installer sample data files.
Part 2/2 - optional files.

Changes:
- Deleted unnecessary files
- Translated description files and some values in sql files

To test:
- Aplly patch
- Run webinstaller on empty database (drop database and create new if necessary)
- Verify everything works, especially verify you have permission
to all modules, eg. Tools, Catalouging etc.
- Check spelling and grammar if you can :)

Signed-off-by: Chris <chris@bigballofwax.co.nz>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-01-26 16:33:31 -03:00

5 lines
170 B
SQL

INSERT INTO `currency` (currency, rate, symbol, active) VALUES
('PLN', 1.0, '', '1'),
('USD', .2988, '$', '0'),
('GBP', .1903, '£', '0'),
('EUR', .2403, '', '0');