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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to