[Koha-bugs] [Bug 11144] Fix sequence of cronjobs: automatic renewal - fines - overdue notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 20 21:17:18 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144

--- Comment #17 from M. Tompsett <mtompset at hotmail.com> ---
(In reply to Katrin Fischer from comment #16)
> I think I agree with rangi - better to have it fail early, then to have to
> clean up all the patron accounts after figuring out what went wrong. 
> 
> What do others think?

My concern is failure to automatically renew would fail to produce overdue
notices with &&.
"You owe $100 in fines."
"But I never got an overdue notice!"

(R && F) ; O?
The fines won't accidentally charge on automatic renewal failures, but the
overdues will run after the automatic renewals.
Does this look like a good solution?

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


More information about the Koha-bugs mailing list