]> git.koha-community.org Git - koha.git/commit
Bug 9752: Set marcflavour to NORMARC when NORMARC is chosen
authorMagnus Enger <magnus@enger.priv.no>
Wed, 6 Mar 2013 14:20:59 +0000 (15:20 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 31 Mar 2013 06:49:10 +0000 (19:49 +1300)
commit647d73620e58329627d58aa4c97455e9326ff87c
tree27fb617cd2ce220a37a65c43a6c70d19187c302a
parent2289b340af718f2e2e2b56a3398533b453cc74c4
Bug 9752: Set marcflavour to NORMARC when NORMARC is chosen

Currently, if you install the Norwegian translations and run
through the web installer in Norwegian, choosing NORMARC as you
marcflavour, the marcflavour syspref is set to MARC21.

To test:
- Apply the patch
- Install nb-NO
- Run through the web installer, choosing nb-NO as the language
- Choose NORMARC as the MARC dialect
- When the web installer is done, check the value of the
  marcflavour syspref. It should be NORMARC, not MARC21.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Did a regression test installing UNIMARC too.
All tests and QA script pass.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Installer.pm