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

(-)a/C4/Breeding.pm (-1 / +2 lines)
Lines 618-623 sub Z3950SearchAuth { Link Here
618
                            my $heading;
618
                            my $heading;
619
                            my $heading_authtype_code;
619
                            my $heading_authtype_code;
620
                            $heading_authtype_code = GuessAuthTypeCode($marcrecord);
620
                            $heading_authtype_code = GuessAuthTypeCode($marcrecord);
621
                            next if ( not defined $heading_authtype_code ) ;
622
621
                            $heading = C4::AuthoritiesMarc::GetAuthorizedHeading({ record => $marcrecord });
623
                            $heading = C4::AuthoritiesMarc::GetAuthorizedHeading({ record => $marcrecord });
622
624
623
                            my $breedingid = ImportBreedingAuth( $marcrecord, $serverhost[$k], $encoding[$k], $heading );
625
                            my $breedingid = ImportBreedingAuth( $marcrecord, $serverhost[$k], $encoding[$k], $heading );
624
- 

Return to bug 26528