http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3367 Summary: Overdue Rules not processed for patrons with checkouts more than 90 days overdue. Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Notices AssignedTo: henridamien@koha-fr.org ReportedBy: rch@liblime.com Estimated Hours: 0.0 Change sponsored?: --- Debarment and overdue notices are both handled by the overdue_notices.pl cron script. It takes a --max argument intended to match the default longoverdue.pl length of 90 days, under the assumption that an item will be dissociated with a patron's account when it is marked lost. A bug in the selection mechanism for overdue_notices.pl, however, causes the script to not process a patron if s/he has any items overdue more than 90 (or $max) days. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.