Bugzilla – Attachment 84311 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 [QA Follow-up]: Remove unused variable
Bug-7614-QA-Follow-up-Remove-unused-variable.patch (text/plain), 756 bytes, created by
Kyle M Hall (khall)
on 2019-01-22 19:08:11 UTC
(
hide
)
Description:
Bug 7614 [QA Follow-up]: Remove unused variable
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-01-22 19:08:11 UTC
Size:
756 bytes
patch
obsolete
>From 23a73b59d1c2b35eb53d7a5c773ec6e59e1784a4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >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)
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