Bugzilla – Attachment 77648 Details for
Bug 15524
Set limit on maximum possible holds per patron by category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15524: (QA follow-up) Respect ReservesControlBranch
Bug-15524-QA-follow-up-Respect-ReservesControlBran.patch (text/plain), 776 bytes, created by
Kyle M Hall (khall)
on 2018-08-10 12:21:50 UTC
(
hide
)
Description:
Bug 15524: (QA follow-up) Respect ReservesControlBranch
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-08-10 12:21:50 UTC
Size:
776 bytes
patch
obsolete
>From ce9c57b47b013cba380c8525802a2331fa949d89 Mon Sep 17 00:00:00 2001 >From: Martha Fuerst <mfuerst@hmcpl.org> >Date: Fri, 10 Aug 2018 08:20:43 -0400 >Subject: [PATCH] Bug 15524: (QA follow-up) Respect ReservesControlBranch > >--- > C4/Reserves.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index a4a69bb32a..16ad20df77 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -413,7 +413,7 @@ sub CanItemBeReserved { > my $schema = Koha::Database->new()->schema(); > my $rule = $schema->resultset('BranchBorrowerCircRule')->find( > { >- branchcode => $borrower->{branchcode}, >+ branchcode => $branchcode, > categorycode => $borrower->{categorycode}, > } > ); >-- >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 15524
:
64707
|
64708
|
67180
|
67181
|
67531
|
70389
|
70390
|
70391
|
70392
|
71704
|
71705
|
71706
|
71737
|
71738
|
71739
|
71740
|
71741
|
77648
|
77681
|
77682
|
78134
|
78135
|
78136
|
78137
|
78138
|
78139
|
78140