]> git.koha-community.org Git - koha.git/commit
Use MARCAuthorityControlField008 in AddAuthority for empty 008s
authorFrédérick Capovilla <frederick.capovilla@libeo.com>
Thu, 20 Oct 2011 16:05:02 +0000 (12:05 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 16 Jan 2012 20:47:28 +0000 (15:47 -0500)
commitdf6f4d0c348b41882fdca8a5037870934c80f664
treeca03dd2aaf7d529ceafe3dd1a985faa4e1e1b598
parent28c00dd146187013b4db3f3014cef41911dd5b62
Use MARCAuthorityControlField008 in AddAuthority for empty 008s

The old default value for field 008 didn't have the correct length,
which could potentially cause data corruptions.

Uses the MARCAuthorityControlField008 preference added by BUG4839.

http://bugs.koha-community.org/show_bug.cgi?id=7072
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 6408547cc0d396c8b9d29e1f7617637d9c12a9a6)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/AuthoritiesMarc.pm