@@ -, +, @@ --- authorities/detail.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- a/authorities/detail.pl +++ a/authorities/detail.pl @@ -174,7 +174,8 @@ my $authid = $query->param('authid'); -my $authtypecode = &GetAuthTypeCode($authid); +# Using default authtypecode, so all fields are seen +my $authtypecode = ''; $tagslib = &GetTagsLabels(1,$authtypecode); my $record; --