@@ -, +, @@ --- C4/AuthoritiesMarc.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- a/C4/AuthoritiesMarc.pm +++ a/C4/AuthoritiesMarc.pm @@ -353,8 +353,8 @@ sub SearchAuthorities { } my $thisauthtype = GetAuthType(GetAuthTypeCode($authid)); $newline{authtype} = defined ($thisauthtype) ? - $thisauthtype->{'summary'} : - GetAuthType($authtypecode)->{'summary'}; + $thisauthtype->{'authtypetext'} : + GetAuthType($authtypecode)->{'authtypetext'}; $newline{summary} = $summary; $newline{even} = $counter % 2; $newline{reported_tag} = $reported_tag; --