[Koha-bugs] [Bug 9725] Add support to notices for hourly loans

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 4 11:04:25 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9725

Ray Delahunty <r.delahunty at arts.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.delahunty at arts.ac.uk

--- Comment #1 from Ray Delahunty <r.delahunty at arts.ac.uk> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list