bugfix: bib delete button now working in catalogue bib display
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 31 Oct 2007 18:38:06 +0000 (13:38 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 1 Nov 2007 00:45:41 +0000 (19:45 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
catalogue/moredetail.pl

index ddb2eb5..c3b61de 100755 (executable)
@@ -93,6 +93,7 @@ foreach my $item (@$items){
     }
 }
 
+$template->param(count => $data->{'count'});
 $template->param(BIBITEM_DATA => \@results);
 $template->param(ITEM_DATA => $items);
 $template->param(loggedinuser => $loggedinuser);