[Koha-bugs] [Bug 18855] Fines cronjob can cause duplicate fines if run during active circulation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 3 01:22:36 CET 2022


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

--- Comment #16 from Michael Hafen <michael.hafen at washk12.org> ---
Created attachment 131304
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131304&action=edit
Have the fines cronjob check the issue before updateing the fine

Here is another possible solution to this bug.  Have the fines cron job check
if the issue due date has changed before updating the fine.  If the due date
changed while the script was processing other issues, then we'll pass on it
this time.  That way duplicates can be avoided, and issues that become overdue
again will get the second fine as they should (on the next run if it was
renewed during this run).

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


More information about the Koha-bugs mailing list