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

(-)a/installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql (-3 / +2 lines)
Lines 19-26 Link Here
19
-- with Koha; if not, write to the Free Software Foundation, Inc.,
19
-- with Koha; if not, write to the Free Software Foundation, Inc.,
20
-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
INSERT INTO `currency` (currency, rate, symbol, active) VALUES
22
INSERT INTO currency (currency, rate, symbol, active) VALUES
23
('USD', 5.6157, '$', 0),
23
('USD', 5.6157, '$', 0),
24
('NOK', 1.0, '$', 1),
24
('NOK', 1.0, 'kr', 1),
25
('GBP', 8.9680, '£', 0),
25
('GBP', 8.9680, '£', 0),
26
('EUR', 7.8940, '€', 0);
26
('EUR', 7.8940, '€', 0);
27
- 

Return to bug 12209