[Koha-bugs] [Bug 36346] New: CheckReserves sometimes lead to bad behavior

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 18 15:57:47 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36346

            Bug ID: 36346
           Summary: CheckReserves sometimes lead to bad behavior
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: thibaud.guillot at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Hi @ll,

Some options in the circulation rules may lead to incorrect returns from
CheckReserves. 

When you enabled AllowHoldPolicyOverride, you can forcing a hold, even when it
is not authorized in the "Default holds policy by item type" rule table. 

Let me explain: when a hold is forced on an item whose itemtype has a
holdallowed rule set to "not_allowed", if you return the item, the hold will
not be detected.

Similarly, when you perform a checkout, the pop-up indicating that a hold has
been placed is not displayed. It's possible that in other places in the code
this would cause other inconveniences, but I haven't counted them all.

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


More information about the Koha-bugs mailing list