Remove redundant variable
[koha.git] / 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;