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 Cormack <chrisc@catalyst.net.nz>
Wed, 23 Mar 2011 06:52:26 +0000 (19:52 +1300)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

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;