@@ -, +, @@ --- C4/AuthoritiesMarc.pm | 1 + .../en/modules/opac-authoritiessearchresultlist.tt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- a/C4/AuthoritiesMarc.pm +++ a/C4/AuthoritiesMarc.pm @@ -351,6 +351,7 @@ sub SearchAuthorities { $reported_tag .= '$' . $_->[0] . $_->[1]; } } + $newline{authtype} = GetAuthType(GetAuthTypeCode($authid))->{'summary'}; $newline{summary} = $summary; $newline{even} = $counter % 2; $newline{reported_tag} = $reported_tag; --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt @@ -55,7 +55,7 @@ [% resul.summary %] - [% authtypetext %] + [% resul.authtype %] [% UNLESS ( resul.isEDITORS ) %] --