http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8562
--- Comment #6 from Kyle M Hall <[email protected]> --- (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. _______________________________________________ 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/
