Bug 28768: (QA follow-up) Remove unused variable
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
94e1056462
commit
3203ffe58e
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
|
|||
}
|
||||
);
|
||||
|
||||
my $borr = Koha::Patrons->find( $borrowernumber )->unblessed;
|
||||
|
||||
my $itemtypes = { map { $_->{itemtype} => $_ } @{ Koha::ItemTypes->search_with_localization->unblessed } };
|
||||
|
||||
# get the record
|
||||
|
|
Loading…
Reference in a new issue