http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14297
--- Comment #11 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
