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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 31 Mar 2013 02:51:17 +0000 (22:51 -0400)
commit0f9a53c08b665e25fca66138e0eb2c38647cbced
tree28287c5ff4011e84a6f1d3c69dcc37cc83f77d7b
parent600cb480edbbfd263e11407596d294bb1028559e
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>
C4/Installer.pm