From 6764bda2a9eaba37c2eeaf635165b5f0c9abd530 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 22 Jan 2019 13:54:59 -0500 Subject: [PATCH] Bug 7614: (QA follow-up) Remove unused variable Signed-off-by: Nick Clemens --- Koha/Libraries.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Libraries.pm b/Koha/Libraries.pm index 71f6b44f05..56eaf4feab 100644 --- a/Koha/Libraries.pm +++ b/Koha/Libraries.pm @@ -85,7 +85,6 @@ sub pickup_locations { unless C4::Context->preference('UseBranchTransferLimits'); my $limittype = C4::Context->preference('BranchTransferLimitsType'); - my $items; if ($item) { unless (ref($item) eq 'Koha::Item') { $item = Koha::Items->find($item); -- 2.20.1