This will work in 2.2 now as well as 3.0
This commit is contained in:
parent
4d6bd4dc99
commit
f7afd2d80c
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ my ($template, $borrowernumber, $cookie)
|
|||
});
|
||||
|
||||
my $biblionumber=$query->param('biblionumber');
|
||||
if (!$biblionumber){
|
||||
$biblionumber=$query->param('bib');
|
||||
}
|
||||
$template->param(biblionumber => $biblionumber);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue