Bug 22846

Summary: Remove warning in the manual about needing StaticHoldsQueueWeight to use RandomizeHoldsQueueWeight
Product: Koha Reporter: Phil Ringnalda <phil>
Component: DocumentationAssignee: Phil Ringnalda <phil>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Phil Ringnalda 2019-05-03 21:13:47 UTC
The paragraph in https://koha-community.org/manual/18.11/en/html/systempreferences.html#staticholdsqueueweight-holdsqueueskipclosed-randomizeholdsqueueweight saying

Leaving StaticHoldsQueueWeight empty is contraindicated at this time. Doing so will cause the build_holds_queue script to ignore RandomizeHoldsQueueWeight, causing the script to request hold fulfillment not randomly, but by alphabetical order.

is talking about (without mentioning it by number) bug 8562, which was fixed in bug 12803 comment 14.
Comment 2 Katrin Fischer 2019-11-03 22:19:50 UTC
Found another mention of this in the 'holds queue' description. Will make a merge request to remove.