Fix for refresh error from HDL.
This commit is contained in:
parent
6a3baa80da
commit
761c2df358
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ $template->param(isbn => $isbn,
|
|||
title => $title,
|
||||
author => $author,
|
||||
breeding_loop => \@breeding_loop,
|
||||
refresh => ($numberpending eq 0 ? 0 : "search.pl?bibid=$bibid&random=$random"),
|
||||
refresh => ($numberpending eq 0 ? "" : "search.pl?bibid=$bibid&random=$random"),
|
||||
numberpending => $numberpending,
|
||||
oldbiblionumber => $oldbiblio->{'biblionumber'},
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue