On 3.4.x and current master no messages for check in/check out are stored in message_queue. See this message to koha-devel for further description of the problem: http://lists.koha-community.org/pipermail/koha-devel/2011-June/035692.html Patch coming in a moment - huge thanks to Katrin Fischer who spotted what the problem was!
Created attachment 4347 [details] [review] Proposed patch To test: 1. Make sure you have user for who emails for check in and/or check out are enabled. 2. Check some items in and/or out 3. Check that messages related to the circulations you did in step 2 are stored in the message_queue database table.
Forgot to mention that the patch should be applied to both master and the 3.4.x branch, if it passes QA.
Created attachment 4348 [details] [review] Bug 6450 - No check in/check out messages in message_queue Huge thanks to Katrin Fischer for spotting what was the trouble here! Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This is exactly the change this bug needs (was just in the code myself the other day). Marking as Passed QA.
Pushed to master please test
Confirmed that this fixes it in 3.4.x