[Koha-bugs] [Bug 5800] New: Hold Policy "home library only" incompatible with CircControl "patron home library"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 23 14:07:14 CET 2011


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

             Bug #: 5800
           Summary: Hold Policy "home library only" incompatible with
                    CircControl "patron home library"
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Hold requests
        AssignedTo: kyle.m.hall at gmail.com
        ReportedBy: ian.walls at bywatersolutions.com
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at gmail.com


If a branch's Hold Policy for an item (or default) is configured to only allow
holds for patrons belonging to that branch (value = 1), and the CircControl
system preference is set to PatronHomeLibrary, the Holds Policy breaks.  The
holds policy from the patron's home library is used, which, unless it's set to
deny ALL holds, will let them place a hold on any item at any library,
regardless of that libraries Hold Policy.

The root of the problem is using _GetCircControlBranch to generate the
$branchcode used for determining the Hold Policy.  Unfortunately, using
$item->{homebranch} universally would not always work for libraries who want
the item's current holding branch to set the policies.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list