Koha/installer/data/mysql/fr-CA/facultatif/parameters.sql
Francois Charbonnier b09460de90 Bug 14622 - New data in French Canadian for the web installer. Add "fr-CA" folder.
TEST PLAN :
 - install Koha
 - choose fr-CA as the installation language
 - check every options in the web installer
 - every file should load smoothly

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Works well, no problem/warning loading all sample files.
No koha-qa errors

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-05-04 14:03:37 +00:00

5 lines
173 B
SQL

INSERT INTO `currency` (currency, rate, symbol, active) VALUES
('USD', 0.88995, '$', '1'),
('CAD', 1.0, '$', '1'),
('GBP', 0.56381, '£', '0'),
('EUR', .71101, '', '0');