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@bywatersolutions.com ReportedBy: ruth@bywatersolutions.com QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@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.