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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 2 18:29:45 CEST 2012


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

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 11303
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11303&action=edit
Bug 8562 - RandomizeHoldsQueueWeight ignored if StaticHoldsQueueWeight is
empty. Force randomization instead.

If StaticHoldsQueueWeight is empty, but RandomizeHoldsQueueWeight is enabled,
the script build_holds_queue.pl should select branches for fulfillment requests
at random. Instead, it will select them in alphabetical order.

This 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.

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


More information about the Koha-bugs mailing list