http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8562 --- Comment #12 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 16794 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16794&action=edit Bug 8562 - RandomizeHoldsQueueWeight ignored if StaticHoldsQueueWeight is empty. 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. Test Plan: 1) Apply patch 2) Set the system preference StaticHoldsQueueWeight to empty 3) Create a hold on an record with items at multiple libraries 4) Run build_holds_queue.pl 5) Look at the holds queue report from the circulation home page 6) Run build_holds_queue.pl again 7) Look at the holds queue report again, note the library chosen for fulfillment of the hold has likely changed. 8) Repeat steps 6-7 until you are satisfied the library to fulfill the hold is chosen at random. Signed-off-by: Leila and Frido <koha.aixmarseille@gmail.com> -- You are receiving this mail because: You are watching all bug changes.