View | Details | Raw Unified | Return to bug 22410
Collapse All | Expand All

(-)a/acqui/neworderempty.pl (-2 / +2 lines)
Lines 521-527 sub MARCfindbreeding { Link Here
521
        else {
521
        else {
522
            # normalize author : probably UNIMARC specific...
522
            # normalize author : probably UNIMARC specific...
523
            if (    C4::Context->preference("z3950NormalizeAuthor")
523
            if (    C4::Context->preference("z3950NormalizeAuthor")
524
                and C4::Context->preference("z3950AuthorAuthFields") )
524
                and C4::Context->preference("z3950AuthorAuthFields")
525
                and $record->field(GetMarcFromKohaField("biblio.author")) )
525
            {
526
            {
526
                my ( $tag, $subfield ) = GetMarcFromKohaField("biblio.author", '');
527
                my ( $tag, $subfield ) = GetMarcFromKohaField("biblio.author", '');
527
528
528
- 

Return to bug 22410