[Koha-bugs] [Bug 8562] RandomizeHoldsQueueWeight ignored if StaticHoldsQueueWeight is empty.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 7 13:14:54 CET 2012


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

--- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to comment #5)
> Do these patches work together, or are they two options? If the latter, what
> is the difference?

The are mutually exclusive. Either one will fix the bug.

The first patch shuffles the branches to pull if RandomizeHoldsQueueWeight is
enabled, even when StaticHoldsQueueWeight is empty.

The second patch forces randomization in the event that StaticHoldsQueueWeight
is empty, under the assumption that no library would wish to have libraries
fulfill hold requests in alphabetical order. It also is slightly more efficient
in that it does not make a call to C4::Context->preference().

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


More information about the Koha-bugs mailing list