Merge branch 'bug_5333' into 3.12-master

This commit is contained in:
Jared Camins-Esakov 2013-02-28 19:11:27 -05:00
commit 7141dada5e

View file

@ -94,9 +94,10 @@ sub MARCfindbreeding {
return -1;
}
else {
# normalize author : probably UNIMARC specific...
# normalize author : UNIMARC specific...
if ( C4::Context->preference("z3950NormalizeAuthor")
and C4::Context->preference("z3950AuthorAuthFields") )
and C4::Context->preference("z3950AuthorAuthFields")
and C4::Context->preference("marcflavour") eq 'UNIMARC' )
{
my ( $tag, $subfield ) = GetMarcFromKohaField("biblio.author", '');