[Koha-patches] [PATCH] BUGFIXING authority link in detail.pl

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu May 22 22:47:21 CEST 2008


From: Paul POULAIN <paul.poulain at biblibre.com>

diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index 478af99..1a8d4ec 100755
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -1071,7 +1071,7 @@ sub GetMarcAuthors {
             my $operator = " and " unless $count_auth==0;
             # if we have an authority link, use that as the link, otherwise use standard searching
             if ($subfield9) {
-                @link_loop = ({'limit' => 'Koha-Auth-Number' ,link => "$subfield9" });
+                @link_loop = ({'limit' => 'an' ,link => "$subfield9" });
             }
             else {
                 # reset $linkvalue if UNIMARC author responsibility
-- 
1.5.3.2




More information about the Koha-patches mailing list