Bug 5907 : MT 2538 : Using default authtypecode for authority display
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Tue, 22 Mar 2011 09:13:12 +0000 (10:13 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 23 Mar 2011 16:31:24 +0000 (12:31 -0400)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 2498992447ba36f4af2aea5df2c2b2130cbe95f0)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
authorities/detail.pl

index f92e04b..59273c1 100755 (executable)
@@ -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;