Summary: | Add support to notices for hourly loans | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Notices | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jzairo, kelly, marjorie.barry-vila, patrick.robitaille, r.delahunty |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Kyle M Hall (khall)
2013-02-27 15:41:14 UTC
In the meantime we are using the patron_emailer_pl functionality to send 'late' notices for hourly loans. For example when a laptop loaned for 5 hours goes late, the email is sent within a few minutes. OK it means running the emailer script often: */5 * * * * /usr/share/koha/bin/cronjobs/patron_emailer.pl --report 974 --notice ODUE_LAPTOP --module circulation --commit Better than nothing, I suppose. |