From c07939757f897c1b968568f6692c2a646735f1a5 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Thu, 22 May 2008 22:47:21 +0200 Subject: [PATCH] BUGFIXING authority link in detail.pl Signed-off-by: Joshua Ferraro --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 23d42b6bc3..cb26285fc9 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 -- 2.20.1