http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 --- Comment #18 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 44283 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44283 Bug 11144: Fix sequence of cronjobs: automatic renewal - fines - overdue notices Review of attachment 44283: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11144&attachment=44283) ----------------------------------------------------------------- ::: debian/koha-common.cron.daily @@ +19,1 @@
koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl
Our discussion does raise a problem with this. This runs the fines regardless of whether the renewals succeed or not. @@ +19,2 @@
koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl +koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t
These three lines are the equivalent of semi-colons. -- You are receiving this mail because: You are watching all bug changes.