[Koha-bugs] [Bug 12209] New: Fix currency symbol for NOK

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 7 13:41:11 CEST 2014


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


More information about the Koha-bugs mailing list