b09460de90
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>
5 lines
173 B
SQL
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');
|