https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755 --- Comment #13 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Nearly, I think the updated flag works as expected and thus reduces when the notice is sent.. the issue I had was the error count being out, not matching what our patrons actually consider an error. Putting it mathematically.. my notic filters put auto_too_soon (and splits errors and successes into two groups) So, before my notice change we have a jumbled mess of checkouts with success + errors = all checkouts that might autorenew. With my notice because I filter out the auto_too_soon items we have success (in a group) + actual errors (errors - auto_too_soon). The "errors" count doesn't match in this case. But yes... This all results in the same final conclusion.. we need a clear set of object methods instead... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.