http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12209
Bug ID: 12209
Summary: Fix currency symbol for NOK
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Installation and upgrade (web-based installer)
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql has:
22 INSERT INTO `currency` (currency, rate, symbol, active) VALUES
23 ('USD', 5.6157, '$', 0),
24 ('NOK', 1.0, '$', 1),
25 ('GBP', 8.9680, '£', 0),
26 ('EUR', 7.8940, '€', 0);
The currency symbol for NOK is not $. Probably "kr"?
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/