https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522
--- Comment #1 from Marcel de Rooy <[email protected]> --- (In reply to Marcel de Rooy from comment #0) > Could we use the patron->is_active method here? See bug 33245 (wip). Yes. Bug 33245 provides a base for this. You can do $patron->is_active({ months => 6 }) or something and continue. The is_active method looks at datelastseen, enrollment date, expiry date, anonymized status, and recent holds, issues and article requests. -- 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/
