https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755
--- Comment #14 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
