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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to