https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17509 --- Comment #68 from Radek Šiman (R-Bit Technology, s.r.o.) <rbit@rbit.cz> --- (In reply to Michal Denar from comment #67)
I asked Radek to comment on this patch.
Hi girls and boys, the libraries we support like this feature, but until it notifies the user during the loan only once, it's kind of unusable. Thinking about use cases maybe I've found a way to solve this issue. We could try to find the last HOLDPLACED_CONTACT message's time_queued in the message_queue table between issuedate and recently created hold's reservedate. If there is a message, we shouldn't send another one. In the case of no results, new HOLDPLACED_CONTACT message will be queued. Is is good or bad idea? -- You are receiving this mail because: You are watching all bug changes.