[Koha-bugs] [Bug 11445] New: it is possible for duplicate hold notifications to be sent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 25 18:26:19 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11445

            Bug ID: 11445
           Summary: it is possible for duplicate hold notifications to be
                    sent
 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: gmcharlt at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

If an item that fills a hold request is checked in twice and the hold is
confirmed each time, it is possible for multiple hold notifications to be sent
to the patron  even if the item was already marked as waiting on the hold shelf
after the first checkin.

This is because ModReserveAffect() includes a call to GetReserveInfo() that was
never updated when the holds API was updated to use reserve_id.  Consequently,
ModReserveAffect fails to correctly determine if the item was already waiting.

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