[Koha-bugs] [Bug 28688] Automatically renew patron membership for active patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 30 16:31:03 CEST 2023


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

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Marcel de Rooy from comment #4)
> Great idea. Is borrowers.lastseen the best way to detect activity, or should
> we look at holds or issues or ..?

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 watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list