]> git.koha-community.org Git - koha.git/commit
Bug 3212 Force leader 9 position to 'a' for new biblios
authorFrédéric Demians <f.demians@tamil.fr>
Wed, 5 Jan 2011 10:45:52 +0000 (11:45 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Thu, 3 Feb 2011 13:03:16 +0000 (08:03 -0500)
commit156a6bb1a0394ce9c506127744c3031e6913c14c
treedfa9fb937eda3dcb45984ff0076a26efcb796f06
parent619e788d4fb75c8241a0db08f70b01c71811cb6b
Bug 3212 Force leader 9 position to 'a' for new biblios

When Creating a new biblio record, if the cataloguer doesn't use the leader
plugin, a biblio record can be saved with a leader not containing a 'a' in 9
position. If the biblio contains UTF-8 characters, its decoding can fail.

This issue applies to MARC-21 not UNIMARC.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit f1f36a0c940fa53a5671b379a31d77c2cbe40a7f)

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