From: Matthias Meusburger <[email protected]>

---
 authorities/detail.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/authorities/detail.pl b/authorities/detail.pl
index 66f931c..3d5a1d9 100755
--- a/authorities/detail.pl
+++ b/authorities/detail.pl
@@ -424,7 +424,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;
-- 
1.6.3.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to