From 23a73b59d1c2b35eb53d7a5c773ec6e59e1784a4 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 --- 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.17.2 (Apple Git-113)