Bug 17738: Remove warning about redeclaration of $patron
Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
This commit is contained in:
parent
e5929123b9
commit
57ebe9aefc
1 changed files with 0 additions and 1 deletions
|
@ -351,7 +351,6 @@ if ( $borr->{lost} && ($borr->{lost} == 1) ) {
|
|||
);
|
||||
}
|
||||
|
||||
my $patron = Koha::Patrons->find( $borrowernumber );
|
||||
if ( $patron->is_debarred ) {
|
||||
$noreserves = 1;
|
||||
$template->param(
|
||||
|
|
Loading…
Reference in a new issue