| Summary: | Notices does not generate | ||
|---|---|---|---|
| Product: | Koha | Reporter: | vimal kumar <vimalibre> |
| Component: | Notices | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | amalalib09, jonathan.druart |
| Version: | 16.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Notices screenshot
3 books check in message is not possible |
||
|
Description
vimal kumar
2016-12-08 10:07:32 UTC
I think this happens because of the timing. Notices are usually sent out every 15 minutes. The system will collect items for check-in and check-out notices within this timeframe. Your notices were sent out at :15 - so my guess is that while the first notice was processed, the check-in happened and so another notice was generated. Hi Vimal, Could you give us more information to recreate this problem? Created attachment 59390 [details]
3 books check in message is not possible
Make your your notice templates are correct - reset to the standard one if possible and try it again. It might be you are missing that you are missing the markers for the repeating section with the list of items, it should be something like: ---- <<biblio.title>> ---- Not having the ---- will cause problems with formatting for the CHECKIN and CHECKOUT notices. If that isn't the problem, please send an email to the mailing list. There was a race condition with generating CHECKOUT/CHECKIN notices that we fixed on another bug. Closing fixed. |