Bugzilla – Attachment 166965 Details for
Bug 22562
Add option ItemHoldingLibrary to ReservesControlBranch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22562: (follow-up) fix 22.11
Bug-22562-follow-up-fix-2211.patch (text/plain), 788 bytes, created by
Fridolin Somers
on 2024-05-21 12:37:20 UTC
(
hide
)
Description:
Bug 22562: (follow-up) fix 22.11
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2024-05-21 12:37:20 UTC
Size:
788 bytes
patch
obsolete
>From 7b22117c8d87f382212fa4644f1455582b1245ef Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 27 Mar 2024 14:26:20 +0100 >Subject: [PATCH] Bug 22562: (follow-up) fix 22.11 > >--- > C4/Reserves.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 05936e04166..e418fcaadaf 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -500,7 +500,7 @@ sub CanItemBeReserved { > } > elsif ( $controlbranch eq "ItemHoldingLibrary" ) { > $branchfield = "items.holdingbranch"; >- $branchcode = $item->holdingbranch; >+ $reserves_control_branch = $item->holdingbranch; > } > elsif ( $controlbranch eq "PatronLibrary" ) { > $branchfield = "borrowers.branchcode"; >-- >2.45.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 22562
:
86906
|
100273
|
100274
|
120617
| 166965