merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha_gimpoz] / bull-home.pl
index 8ee0255..0181a45 100755 (executable)
@@ -12,7 +12,8 @@ use HTML::Template;
 my $query = new CGI;
 my $title = $query->param('title');
 my $ISSN = $query->param('ISSN');
-my @subscriptions = getsubscriptions($title,$ISSN);
+my $biblionumber = $query->param('biblionumber');
+my @subscriptions = getsubscriptions($title,$ISSN,$biblionumber);
 my ($template, $loggedinuser, $cookie)
 = get_template_and_user({template_name => "bull/bull-home.tmpl",
                                query => $query,