[Koha-bugs] [Bug 6259] New: AllowHoldPolicyOverride ON causes every staff hold to require override

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 25 06:12:19 CEST 2011


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

             Bug #: 6259
           Summary: AllowHoldPolicyOverride ON causes every staff hold to
                    require override
    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: ian.walls at bywatersolutions.com
        ReportedBy: ruth at bywatersolutions.com
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at gmail.com


if AllowHoldPolicyOverride is turned on, any attempt in the staff client to
place a hold will require override, even if it should not.  Turning the syspref
OFF lets normal rules take over.

In reserve/request.pl, right after the comment " If AllowHoldPolicyOverride is
set, it should override EVERY..." (circa line 444-450) seems to be the crux of
the matter.  It should, I suspect, check to see if item->{available} is already
*set* before setting $item->{override}.

-- 
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