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

--- Comment #15 from Jacek Ablewicz <a...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to