[Koha-bugs] [Bug 9752] New: Set marcflavor = normarc when NORMARC is chosen in the web installer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 11:28:40 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9752

            Bug ID: 9752
           Summary: Set marcflavor = normarc when NORMARC is chosen in the
                    web installer
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Installation and upgrade (web-based installer)
          Assignee: magnus at enger.priv.no
          Reporter: magnus at enger.priv.no
                CC: gmcharlt at gmail.com

I thought this was already being done, but alas. If you do a web install in
Norwegian and choose NORMARC as the MARC dialect, the marcflavor syspref gets
set to MARC21, not NORMARC. 

I hope the solution can be as simple as including something like this in the
SQL file for the default NORMARC framework:

UPDATE systempreferences SET value = 'normarc' WHERE variable = 'marcflavor';

But I will have to look at the order in which things are loaded by the
webinstaller first.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list