View | Details | Raw Unified | Return to bug 11939
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/parameters.sql (-6 / +5 lines)
Lines 1-6 Link Here
1
INSERT INTO `currency` (currency, rate, symbol) VALUES
1
INSERT INTO `currency` (currency, rate, symbol, active) VALUES
2
('USD', 1.0, '$'),
2
('USD', 1.0, '$', '1'),
3
('GBP', 1.9929, '£'),
3
('GBP', 1.9929, '£', '0'),
4
('CAD', 1.02207, '$'),
4
('CAD', 1.02207, '$', '0'),
5
('EUR', .874003, '€');
5
('EUR', .874003, '€', '0');
6
(-)a/installer/data/mysql/en/optional/parameters.txt (-2 / +1 lines)
Line 1 Link Here
1
Some basic settings including USD currency, and a sampling of Z39.50 servers.
1
Some basic currencies with USA dollar as default for ACQ module
2
- 

Return to bug 11939