From c574f2aa222ef5ba63d5a49bfa4ccea001007e8e Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Thu, 9 Mar 2017 13:06:20 +0200 Subject: [PATCH] Bug 7614 - Fix my variable earlier declaration bug. --- t/db_dependent/Holds.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Holds.t b/t/db_dependent/Holds.t index e74dcf2..c20c2ff 100755 --- a/t/db_dependent/Holds.t +++ b/t/db_dependent/Holds.t @@ -517,7 +517,7 @@ subtest 'Pickup location availability tests' => sub { is(CanItemBeReserved($patron, $item->itemnumber, 'nonexistent'), 'libraryNotFound', 'Cannot set unknown library as pickup location'); }; -my ( $bibnum, $title, $bibitemnum ); + # Helper method to set up a Biblio. sub create_helper_biblio { my $itemtype = shift; -- 2.7.4