From f809e47fd1644314bbd63542f3021382eece642f Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 15 Jun 2012 10:40:59 -0400 Subject: [PATCH] Bug 6720: show authority type in auth details Signed-off-by: Katrin Fischer Authority type on detail page in staff now shows correctly. Signed-off-by: Paul Poulain --- authorities/detail.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/authorities/detail.pl b/authorities/detail.pl index d4f2c6730c..a7d7d8f218 100755 --- a/authorities/detail.pl +++ b/authorities/detail.pl @@ -172,8 +172,7 @@ my ($template, $loggedinuser, $cookie) my $authid = $query->param('authid'); -# Using default authtypecode, so all fields are seen -my $authtypecode = ''; +my $authtypecode = GetAuthTypeCode($authid); $tagslib = &GetTagsLabels(1,$authtypecode); # Build list of authtypes for showing them -- 2.20.1