Bugzilla – Attachment 151712 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.01 KB, created by
Laura Escamilla
on 2023-05-25 19:38:07 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:
Laura Escamilla
Created:
2023-05-25 19:38:07 UTC
Size:
1.01 KB
patch
obsolete
>From 2b667a337f6862b50f3123b900621782397101e8 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. > >--- > 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