From 257bef32b5aea96ffd6a036d57da0ec497299699 Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 15 Sep 2005 20:18:53 +0000 Subject: [PATCH] Adding biblionumber to list of declared template variables so that 'Back to biblio' link will work --- bull/statecollection.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bull/statecollection.pl b/bull/statecollection.pl index c73c8dd6dc..ab2b2863cb 100755 --- a/bull/statecollection.pl +++ b/bull/statecollection.pl @@ -72,6 +72,7 @@ my ($template, $loggedinuser, $cookie) librariannote => $solhistory->{'librariannote'}, subscriptionid => $subscriptionid, bibliotitle => $subs->{bibliotitle}, + biblionumber => $subs->{biblionumber}, hassubscriptionexpired =>$hassubscriptionexpired, ); output_html_with_http_headers $query, $cookie, $template->output; -- 2.39.5