[Koha-bugs] [Bug 17135] Fine for the previous overdue may get overwritten by the next one

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 26 12:24:48 CEST 2016


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

--- Comment #15 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
(In reply to Jacek Ablewicz from comment #13)

This part

> 3.a) if the fine is not accruing / item is not currently due:

giving me a big headache. Would be a simple sql statement like 

    issues.due_date > NOW()

good enough for selecting old FU fines which need to be closed (+ the unmatched
due date in fine description), or do we need some more elaborate way for
determining that? And we can't just close all old FU fines with unmatched
dates, not taking into account their current status (due / not due, accruing /
not accruing). Any opinions?

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


More information about the Koha-bugs mailing list