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: magnus@enger.priv.no Reporter: magnus@enger.priv.no QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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.