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@lists.koha-community.org Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@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.