From 8512f553224eef68cfc9b05b48416518269e890b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 31 Jul 2018 14:20:06 -0300 Subject: [PATCH] Bug 14570: Remove double declaration of $patron in opac-user.pl --- opac/opac-user.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/opac/opac-user.pl b/opac/opac-user.pl index ad4467bccb..165f43283c 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -77,8 +77,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( } ); -my $patron = Koha::Patrons->find( $borrowernumber ); - my %renewed = map { $_ => 1 } split( ':', $query->param('renewed') ); my $show_priority; -- 2.11.0