Merge branch 'bug_5333' into 3.12-master
This commit is contained in:
commit
7141dada5e
1 changed files with 3 additions and 2 deletions
|
@ -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", '');
|
||||
|
||||
|
|
Loading…
Reference in a new issue