Bug 6831 follow-up: add support for UNIMARC and NORMARC
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 11 Mar 2012 19:00:39 +0000 (20:00 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 21 Mar 2012 10:30:37 +0000 (11:30 +0100)
commit0a9ba9d9dffb7291eb9a8d7cfa24523a8b1bdd1c
treef49ad077cde017595e6f8fb45ba627e2091294d4
parentadb3777e2e4940a842e0d33a22121b1db762aeba
Bug 6831 follow-up: add support for UNIMARC and NORMARC

1) Removes unused subroutine get_host_control_num
2) Fixes small mistake, correct subfield for ISBN 020 is z
3) Checks system preference for correct marcflavour instead of
   assuming MARC21
4) Fixes MARC21 to not use author(), because it would also add
   fields like $w and $0 to 773$a
5) Fixes MARC21 to not use title(), but 245$a, because it would
   also add too many subfields.
6) Adds definitions for UNIMARC and includes NORMARC

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Works properly with all supported MARC flavours.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Biblio.pm
cataloguing/addbiblio.pl