From f4b0bde53b8a037ad46575e12c0609e1f99e7cee Mon Sep 17 00:00:00 2001 From: oleonard Date: Tue, 17 Jan 2006 16:24:41 +0000 Subject: [PATCH] Fix for Bug 1029. Adding biblioitemnumber variable to template so that link back to item details works --- bookcount.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bookcount.pl b/bookcount.pl index 0fab4f78a9..a2583657b1 100755 --- a/bookcount.pl +++ b/bookcount.pl @@ -91,6 +91,7 @@ $template->param( bib => $bib, title => $data->{'title'}, author => $data->{'author'}, barcode => $idata->{'barcode'}, + biblioitemnumber => $bi, homebranch =>$homebranch, holdingbranch => $holdingbranch, lastdate => format_date($lastdate), -- 2.39.5