Bugzilla – Attachment 60938 Details for
Bug 7614
Use branch transfer limits for determining available opac holds pickup locations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7614 - Fix my variable earlier declaration bug.
Bug-7614---Fix-my-variable-earlier-declaration-bug.patch (text/plain), 833 bytes, created by
Olli-Antti Kivilahti
on 2017-03-09 11:07:15 UTC
(
hide
)
Description:
Bug 7614 - Fix my variable earlier declaration bug.
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2017-03-09 11:07:15 UTC
Size:
833 bytes
patch
obsolete
>From c574f2aa222ef5ba63d5a49bfa4ccea001007e8e Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7614
:
60141
|
60142
|
60143
|
60144
|
60145
|
60785
|
60786
|
60787
|
60938
|
60946
|
70047
|
77895
|
77896
|
77897
|
77898
|
77899
|
77900
|
78020
|
84295
|
84296
|
84297
|
84298
|
84299
|
84300
|
84301
|
84302
|
84303
|
84304
|
84305
|
84306
|
84307
|
84308
|
84309
|
84310
|
84311