Bugzilla – Attachment 32877 Details for
Bug 11634
Allow renewal of item with unfilled holds if other available items can fill those holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11634 [QA Followup 2] - Implement check for IsAvailableForItemLevelRequest
PASSED-QA-Bug-11634-QA-Followup-2---Implement-chec.patch (text/plain), 964 bytes, created by
Katrin Fischer
on 2014-10-28 22:11:32 UTC
(
hide
)
Description:
[PASSED QA] Bug 11634 [QA Followup 2] - Implement check for IsAvailableForItemLevelRequest
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-10-28 22:11:32 UTC
Size:
964 bytes
patch
obsolete
>From 43e13867505086ba3423917c2c009d8f8d4bcd0a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 5 Mar 2014 07:31:35 -0500 >Subject: [PATCH] [PASSED QA] Bug 11634 [QA Followup 2] - Implement check for > IsAvailableForItemLevelRequest > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > C4/Circulation.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index f786a13..4547aa6 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2678,7 +2678,9 @@ sub CanBookBeRenewed { > my @reservable; > foreach my $b (@borrowernumbers) { > foreach my $i (@itemnumbers) { >- if ( CanItemBeReserved( $b, $i ) ) { >+ if ( IsAvailableForItemLevelRequest($i) >+ && CanItemBeReserved( $b, $i ) ) >+ { > push( @reservable, $i ); > } > } >-- >1.9.1
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 11634
:
24866
|
25032
|
25148
|
25822
|
25825
|
25826
|
25827
|
25837
|
28212
|
28213
|
28214
|
31706
|
31707
|
31708
|
31709
|
32034
|
32035
|
32036
|
32037
|
32875
|
32876
| 32877 |
32878
|
33492