@@ -, +, @@ message, and neither did the anonymizing tool in the staff client. After the patch, both had informative messages. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 4 ++++ misc/cronjobs/batch_anonymise.pl | 1 + 2 files changed, 5 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt @@ -1,3 +1,4 @@ +[% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch patron deletion/anonymization [% IF step == 2 %]› Confirm[% END %][% IF step == 3 %]› Finished[% END %] @@ -91,6 +92,9 @@
Anonymize checkout history + [% UNLESS Koha.Preference('AnonymousPatron') %] +
The AnonymousPatron system preference is not defined. You can use this feature anyway but NULL will be used to update the checkout history.
+ [% END %]