From 6dad593deef9554700f81a2a7b0675fb3f1f832c Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Tue, 16 Oct 2007 16:02:35 -0500 Subject: [PATCH] Adding Biblionumber to template param list This enables navigating on MARC/ISBD/Normal View Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- catalogue/moredetail.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/catalogue/moredetail.pl b/catalogue/moredetail.pl index d0c3fadd7b..453217efca 100755 --- a/catalogue/moredetail.pl +++ b/catalogue/moredetail.pl @@ -97,6 +97,7 @@ foreach my $item (@$items){ $template->param(BIBITEM_DATA => \@results); $template->param(ITEM_DATA => $items); $template->param(loggedinuser => $loggedinuser); +$template->param(biblionumber => $biblionumber); output_html_with_http_headers $query, $cookie, $template->output; -- 2.39.5