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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
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/

Reply via email to