http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11761 Bug ID: 11761 Summary: Duplicate notifications for borrowers if checked out from many branches during one day. (caused by overdue_notifications.pl) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: olli-antti.kivilahti@jns.fi QA Contact: testopia@bugs.koha-community.org When you have a Borrower A, who makes n Checkouts from Branches 1,2,3. overdue_notifications.pl generates one message_queue-table -entry for each Branch containing all the Items n. Thus the same Items' overdue notifications are generated for Branches 1,2,3, regardless of the checkout-events branch of origin. The Borrower ends up receiving 3 overdue notifications each having the same Items. This is a fringe case and it is hard to imagine someone checking out from more than one branch during the same day, and that such a hardcore library addict would forget to return his books. Not expecting anyone to fix this but reporting it because identified it during testing. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.