Lines 749-754
sub LinkBibHeadingsToAuthorities {
Link Here
|
749 |
push(@{$results{'details'}}, { tag => $field->tag(), authid => undef, status => 'NONE_FOUND', auth_type => $heading->auth_type(), tag_to_report => $authority_type->auth_tag_to_report}) if $verbose; |
749 |
push(@{$results{'details'}}, { tag => $field->tag(), authid => undef, status => 'NONE_FOUND', auth_type => $heading->auth_type(), tag_to_report => $authority_type->auth_tag_to_report}) if $verbose; |
750 |
} |
750 |
} |
751 |
} |
751 |
} |
|
|
752 |
elsif ( $match_count > 1 ) { |
753 |
$results{'unlinked'}->{ $heading->display_form() }++; |
754 |
push(@{$results{'details'}}, { tag => $field->tag(), authid => undef, status => 'MULTIPLE_MATCH', auth_type => $heading->auth_type(), tag_to_report => $authority_type->auth_tag_to_report}) if $verbose; |
755 |
} |
752 |
else { |
756 |
else { |
753 |
$results{'unlinked'}->{ $heading->display_form() }++; |
757 |
$results{'unlinked'}->{ $heading->display_form() }++; |
754 |
push(@{$results{'details'}}, { tag => $field->tag(), authid => undef, status => 'NONE_FOUND', auth_type => $heading->auth_type(), tag_to_report => $authority_type->auth_tag_to_report}) if $verbose; |
758 |
push(@{$results{'details'}}, { tag => $field->tag(), authid => undef, status => 'NONE_FOUND', auth_type => $heading->auth_type(), tag_to_report => $authority_type->auth_tag_to_report}) if $verbose; |
755 |
- |
|
|