Bug 22846 - Remove warning in the manual about needing StaticHoldsQueueWeight to use RandomizeHoldsQueueWeight
Summary: Remove warning in the manual about needing StaticHoldsQueueWeight to use Rand...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Phil Ringnalda
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-03 21:13 UTC by Phil Ringnalda
Modified: 2020-11-30 21:44 UTC (History)
0 users

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.