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@enger.priv.no Reporter: magnus@enger.priv.no CC: gmcharlt@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.