[Koha-bugs] [Bug 11258] Holds queue is still making transfer requests that contradict the branch holds policy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 13 17:42:35 CET 2014


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23011|0                           |1
        is obsolete|                            |

--- Comment #10 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 25224
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25224&action=edit
Bug 11258 - Holds queue is still making transfer requests that contradict the
branch holds policy

The holds queue generator is still making requests that are not allowed.
Previously it was making transfer requests that were not allowed.
Currently, it is still making requests where the pickup branch is the
same as the item's branch but not the patron's branch,
even if there is a "Default holds policy by item type" rule that states
this item can only fill holds for patron's of the same branch as the item.

Test Plan:
1) Create a test record with 2 items with different itemtypes
2) Set the Default holds policy by item type for the first
   item to "From any library"
3) Set the Default holds policy by item type for the second
   item to "From home library"
4) Place a record level hold for a patron from another library,
   but for pickup at the same library as the item is from
5) Rebuild the holds queue
6) View the holds queue, note the item is listed, though this
   patron cannot place a hold on this item
7) Apply this patch
8) Repeat step 5, note the hold is no longer in the queue

Signed-off-by: Liz Rea <liz at catalyst.net.nz>
automated tests pass, functional tests pass. Bug replicated, eradicated by
patch.

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


More information about the Koha-bugs mailing list