Bugzilla – Attachment 60184 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]
BZ 17941 typo
BZ-17941-typo.patch (text/plain), 812 bytes, created by
Francesco Rivetti
on 2017-02-14 11:02:11 UTC
(
hide
)
Description:
BZ 17941 typo
Filename:
MIME Type:
Creator:
Francesco Rivetti
Created:
2017-02-14 11:02:11 UTC
Size:
812 bytes
patch
obsolete
>From 4149b16046d2adac490f0329324a683e55cf54f1 Mon Sep 17 00:00:00 2001 >From: Francesco Rivetti <oha@oha.it> >Date: Tue, 14 Feb 2017 11:25:53 +0100 >Subject: [PATCH] BZ 17941 typo > >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index c90dda2..cf43075 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2688,7 +2688,7 @@ sub CanBookBeRenewed : PureFunction { > next unless IsAvailableForItemLevelRequest($item, $borr); > next unless CanItemBeReserved($b,$i); > >- push @reservable; >+ push @reservable, $i; > if (@reservable >= @borrowernumbers) { > $resfound = 0; > last ITEM; >-- >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