From d46759fe904cfa35911785b209729a81e72c5f29 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 14 Jul 2015 11:38:41 +0100 Subject: [PATCH] Bug 6756: Add info messages --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 4 ++++ misc/cronjobs/batch_anonymise.pl | 1 + 2 files changed, 5 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt index bd505fb..7de7652 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt +++ b/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 %]