[Koha-bugs] [Bug 11126] Make the holds system optionally give precedence to local holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 23 18:19:25 CEST 2013


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 22328
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22328&action=edit
Bug 11126 - Make the holds system optionally give precedence to local holds

This feature will allow libraries to specify that, when an item is returned,
a local hold may be given priority for fulfillment even though it is
of lower priority in the list of unfilled holds.

This feature has three settings:
* LocalHoldsPriority, which enables the feature
* LocalHoldsPriorityPatronControl, which selects for either tha patron's
  home library, or the patron's pickup library for the hold
* LocalHoldsPriorityItemControl, which selects for either the item's
  holding library, or home library.

So, this feature can "give priority for filling holds to
patrons whose (home library|pickup library) matches the item's
(home library|holding library)"

Test Plan:
1) Apply this patch
2) Run t/db_dependent/Holds/LocalHoldsPriority.t

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


More information about the Koha-bugs mailing list