[Koha-patches] [PATCH 06/55] MT 2538 : Using default authtypecode for authority display

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Mar 10 22:25:48 CET 2010


From: Matthias Meusburger <matthias.meusburger at biblibre.com>

---
 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




More information about the Koha-patches mailing list