Adding Biblionumber to template param list
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 16 Oct 2007 21:02:35 +0000 (16:02 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 17 Oct 2007 12:07:39 +0000 (07:07 -0500)
This enables navigating on MARC/ISBD/Normal View

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
catalogue/moredetail.pl

index d0c3fad..453217e 100755 (executable)
@@ -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;