Bug 31854: Document --not_borrowed_since and anonymization

To test:
- Run "perldoc misc/cronjobs/delete_patrons.pl"
- Note the absence of information about the potential conflict
  between --not_borrowed_since and anonymization
- Apply this patch
- Re-run the perldoc command and make sure the note about
  anonymization make sense

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Magnus Enger 2022-10-18 14:41:23 +02:00 committed by Tomas Cohen Arazi
parent 7d8a35585b
commit e57ed68a02
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -170,6 +170,13 @@ Print a brief help message
Delete patrons who have not borrowed since this date.
NOTE: Patrons who have all their old loans anonymized will
have an empty loan history and be deleted if this option is
used. Anonymization can happen because the patron has
borrowers.privacy = 2, through cronjobs doing anonymization
or by the patron choosing to anonymize their history in the
OPAC.
=item B<--expired_before>
Delete patrons with an account expired before this date.