[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5907 : MT 2538 : Using default authtypecode for authority display

Julian Maurice julian.maurice at biblibre.com
Tue Mar 22 10:13:12 CET 2011


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


Signed-off-by: Julian Maurice <julian.maurice 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 f92e04b..59273c1 100755
--- a/authorities/detail.pl
+++ b/authorities/detail.pl
@@ -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;
-- 
1.7.4.1



More information about the Koha-patches mailing list