Bugzilla – Attachment 77899 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), 840 bytes, created by
Kyle M Hall (khall)
on 2018-08-16 11:31:42 UTC
(
hide
)
Description:
Bug 7614 - Fix my variable earlier declaration bug.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-08-16 11:31:42 UTC
Size:
840 bytes
patch
obsolete
>From a63a2835d238a308d030c5dd0f093e492a3357c2 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 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
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