Bugzilla – Attachment 60192 Details for
Bug 17941
CanBookBeRenewed is very inefficient/slow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19741 more typos
Bug-19741-more-typos.patch (text/plain), 987 bytes, created by
Francesco Rivetti
on 2017-02-14 11:18:47 UTC
(
hide
)
Description:
Bug 19741 more typos
Filename:
MIME Type:
Creator:
Francesco Rivetti
Created:
2017-02-14 11:18:47 UTC
Size:
987 bytes
patch
obsolete
>From 01c53a3840144cec5554e57d369f111688a4cf8f Mon Sep 17 00:00:00 2001 >From: Francesco Rivetti <oha@oha.it> >Date: Tue, 14 Feb 2017 12:10:14 +0100 >Subject: [PATCH] Bug 19741 more typos > >https://bugs.koha-community.org/show_bug.cgi?id=17941 >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index cf43075..6c1a649 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2684,7 +2684,7 @@ sub CanBookBeRenewed : PureFunction { > my $item = GetItem($i); > next if IsItemOnHoldAndFound($i); > for my $b (@borrowernumbers) { >- my $borr = $borrowers{$b}//= C4::Members::GetMember(borrowernumber => $_); >+ my $borr = $borrowers{$b}//= C4::Members::GetMember(borrowernumber => $b); > next unless IsAvailableForItemLevelRequest($item, $borr); > next unless CanItemBeReserved($b,$i); > >-- >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 17941
:
59740
|
60181
|
60184
|
60185
|
60186
|
60188
|
60189
|
60190
|
60191
|
60192
|
60457
|
60472
|
60473
|
60474
|
60544
|
60545
|
60546