Fix for bug 1762, links on bookcount.pl dont work
authorChris Cormack <crc@liblime.com>
Sun, 13 Jan 2008 18:42:59 +0000 (12:42 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 14 Jan 2008 22:48:06 +0000 (16:48 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
circ/bookcount.pl

index 6395687..fd98d01 100755 (executable)
@@ -35,7 +35,7 @@ use C4::Dates qw/format_date/;
 my $input        = new CGI;
 my $itm          = $input->param('itm');
 my $bi           = $input->param('bi');
-my $biblionumber = $input->param('biblioitemnumber');
+my $biblionumber = $input->param('biblionumber');
 my $branches     = GetBranches;
 
 my $idata = itemdatanum($itm);