From a63a2835d238a308d030c5dd0f093e492a3357c2 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 5969766d32..abfb509f7d 100755 --- a/t/db_dependent/Holds.t +++ b/t/db_dependent/Holds.t @@ -443,7 +443,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.11.0