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:
parent
7d8a35585b
commit
e57ed68a02
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue