Koha/installer/data/mysql/de-DE/optional/parameters.sql
Katrin Fischer e39ce37e3f Bug 13147: Update German web installer files for 3.18
- Adds translations for new permissions
- Adds ISO code to the sample currencies
- Removes a comment line about branchrelations from
  sample_libraries (en)

To test:
- Run the German web installer with all sample data
  selected
- Verify it runs without problems
- If you speak German - verify the translations make sense

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

No errors from the web installer. I verified that all the changes I saw
in the diff appeared correctly in the permissions. Currencies all
appeared to be correct after installation. Translations appeared to be
very German-looking.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-11-27 10:50:45 -03:00

6 lines
204 B
SQL

INSERT INTO `currency` (currency, isocode, rate, symbol, active) VALUES
('USD', 'USD', 1.3112, '$', 0),
('GBP', 'GBP', 0.8548, '£', 0),
('CAD', 'CAD', 1.3290, '$', 0),
('EUR', 'EUR', 1.0000, '', 1);