Summary: | No check in/check out messages in message_queue | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Circulation | Assignee: | Magnus Enger <magnus> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, koha.sekjal, robin |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Proposed patch
Bug 6450 - No check in/check out messages in message_queue |
Description
Magnus Enger
2011-06-02 19:09:33 UTC
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 |