[Koha-bugs] [Bug 14297] Holds Queue building ignoring holds where pickup & home branch don't match and item is not from least cost branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 1 13:20:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14297

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 42029
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42029
Bug 14297 - Holds Queue building ignoring holds where pickup & home branch
don't match and item is not from least cost branch

Review of attachment 42029:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14297&attachment=42029)
-----------------------------------------------------------------

::: C4/HoldsQueue.pm
@@ +492,5 @@
> +                foreach my $branch (@$pull_branches) {
> +                    my $holding_branch_items = $items_by_branch{$branch}
> +                      or next;
> +
> +                    $holdingbranch ||= $branch;

I am not sure to understand this line, in which case it's needed?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list