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:
Nick Clemens 2021-07-30 12:12:17 +00:00 committed by Jonathan Druart
parent 94e1056462
commit 3203ffe58e

View file

@ -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