[Koha-bugs] [Bug 17766] New: Patron notification does not work with multi item holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 13 13:51:56 CET 2016


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

            Bug ID: 17766
           Summary: Patron notification does not work with multi item
                    holds
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: benjamin.rokseth at kul.oslo.kommune.no
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Bug 14685 introduces multi item holds on same record, but notifications
triggered by ModReserveAffect does not honour multiple this. When a patron has
multiple reserves on same record, notifications will only pick the first, as
the database query only uses biblionumber and borrowernumber.

_koha_notify_reserve in C4::Reserves is only used once anyway, so it should
probably be removed, but that is another bug.

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