Bugzilla – Attachment 151987 Details for
Bug 33794
Holds Queue builder skips least cost branch unless target item's homebranch is patron's homebranch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33794: Removing line that causes TCM to pick the most expensive item if it means that it's going back to it's home branch.
Bug-33794-Removing-line-that-causes-TCM-to-pick-th.patch (text/plain), 1.05 KB, created by
Sam Lau
on 2023-06-02 15:39:54 UTC
(
hide
)
Description:
Bug 33794: Removing line that causes TCM to pick the most expensive item if it means that it's going back to it's home branch.
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2023-06-02 15:39:54 UTC
Size:
1.05 KB
patch
obsolete
>From 874cc7bf6431c113d4f9e37457e5b1ad8e5760de Mon Sep 17 00:00:00 2001 >From: John Doe <you@example.com> >Date: Thu, 25 May 2023 19:32:35 +0000 >Subject: [PATCH] Bug 33794: Removing line that causes TCM to pick the most > expensive item if it means that it's going back to it's home branch. > >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > C4/HoldsQueue.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/HoldsQueue.pm b/C4/HoldsQueue.pm >index 4884f6570e..50feb8da6f 100644 >--- a/C4/HoldsQueue.pm >+++ b/C4/HoldsQueue.pm >@@ -596,7 +596,6 @@ sub MapItemsToHoldRequests { > > my $holding_branch_items = $items_by_branch{$holdingbranch}; > foreach my $item (@$holding_branch_items) { >- next if $request->{borrowerbranch} ne $item->{$priority_branch}; > next unless $items_by_itemnumber{ $item->{itemnumber} }->{_object}->can_be_transferred( { to => $libraries->{ $request->{branchcode} } } ); > > # Don't fill item level holds that contravene the hold pickup policy at this time >-- >2.30.2
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 33794
:
151712
| 151987 |
156105
|
156115
|
156117
|
156118