@@ -, +, @@ --- misc/cronjobs/membership_expiry.pl | 6 ++++++ 1 file changed, 6 insertions(+) --- a/misc/cronjobs/membership_expiry.pl +++ a/misc/cronjobs/membership_expiry.pl @@ -96,11 +96,17 @@ Optional parameter to use another renewal notice than the default: MEMBERSHIP_RE Optional parameter to include active patrons only (active within passed number of months). +Active patrons are those who have not expired, been anonymized or taken any of the actions +defined in the TrackLastPatronActivityTriggers system preference. + =item B<-inactive> Optional parameter to include inactive patrons only (inactive within passed number of months). This allows you to e.g. send expiry warnings only to inactive patrons. +Active patrons are those who have not expired, been anonymized or taken any of the actions +defined in the TrackLastPatronActivityTriggers system preference. + =item B<-renew> Optional parameter to automatically renew patrons instead of sending them an expiry notice. --