Bugzilla – Attachment 119261 Details for
Bug 28013
Improvements to CanBookBeRenewed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28013: (follow-up) Reset the patron loop
Bug-28013-follow-up-Reset-the-patron-loop.patch (text/plain), 902 bytes, created by
Joonas Kylmälä
on 2021-04-07 08:47:59 UTC
(
hide
)
Description:
Bug 28013: (follow-up) Reset the patron loop
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-04-07 08:47:59 UTC
Size:
902 bytes
patch
obsolete
>From da197b51547d2349870c4e731cc43c7d892ff208 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 2 Apr 2021 14:35:08 +0000 >Subject: [PATCH] Bug 28013: (follow-up) Reset the patron loop >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1 - Apply all other patches and dependencies >2 - prove -v t/db_dependent/Circulation.t >3 - It fails >4 - Apply this patch >5 - It passes > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > C4/Circulation.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 39848cb21e..9a4fbeb475 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2925,6 +2925,7 @@ sub CanBookBeRenewed { > } > last; > } >+ $patrons->reset; > } > } > } >-- >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 28013
:
118592
|
118928
|
118950
|
118951
|
119125
|
119126
|
119127
|
119253
|
119257
|
119258
|
119259
|
119260
| 119261