Bugzilla – Attachment 20231 Details for
Bug 10314
CanItemBeReserved does not respect the holds policies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10314 - CanItemBeReserved does not respect the holds policies - Followup - QA Bugfix
Bug-10314---CanItemBeReserved-does-not-respect-the.patch (text/plain), 913 bytes, created by
Kyle M Hall (khall)
on 2013-08-09 14:30:43 UTC
(
hide
)
Description:
Bug 10314 - CanItemBeReserved does not respect the holds policies - Followup - QA Bugfix
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-08-09 14:30:43 UTC
Size:
913 bytes
patch
obsolete
>From 0fdf3cb9a8081a7f19cdecda713758dccb8fd444 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 9 Aug 2013 10:30:06 -0400 >Subject: [PATCH] Bug 10314 - CanItemBeReserved does not respect the holds policies - Followup - QA Bugfix > >--- > C4/Reserves.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 048bf39..5ded6c3 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -453,7 +453,7 @@ sub CanItemBeReserved { > # maximum number of holds allowed for this itemtype, > # we need to check to see if *any* holds are allowed > # for this patron/itemtype as determined by the holds policy >- my $holds_policy = GetBranchItemRule( >+ my $holds_policy = C4::Circulation::GetBranchItemRule( > $controlbranch eq "ItemHomeLibrary" > ? $item->{homebranch} > : $borrower->{branchcode}, >-- >1.7.2.5
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 10314
:
18345
|
18346
|
18485
|
18486
|
20231
|
20488
|
20489
|
20490
|
40761
|
40762