[Koha-bugs] [Bug 25652] New: Holds Daily is not looking at Item Type when Not Allowing Holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 2 15:07:34 CEST 2020


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

            Bug ID: 25652
           Summary: Holds Daily is not looking at Item Type when Not
                    Allowing Holds
 Change sponsored?: ---
           Product: Koha
           Version: 19.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kelly at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

If a library has a rule that allows 5 holds daily on DVDs and 50 holds daily on
the BOOK rule, Koha will count the first 5 holds regardless of item type and
not allow any more of that item type (DVD)  for a hold, but will allow more
BOOK holds. 




 423     my $today_holds = Koha::Holds->search({
 424         borrowernumber => $borrowernumber,
 425         reservedate    => dt_from_string->date
 426     });


Koha should be looking at Item Type when determining whether a hold can be
placed in this today_holds search.

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


More information about the Koha-bugs mailing list