From 13bd46c1b96b73134d0e2146c37de0939d71d27a Mon Sep 17 00:00:00 2001 From: Briana Date: Tue, 19 Jan 2016 01:21:50 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 14810 Improve messages in patron anonymizing tool Content-Type: text/plain; charset="utf-8" To test: Create circulation records Go to 'http://localhost:8081/cgi-bin/koha/tools/cleanborrowers.pl' Anonymize patron checkout history Message should read 'All checkouts older than [date] have been anonymized When patch is not applied, message reads 'All patrons with checkouts older than [date] have been anonymized" Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7de7652..073d8bd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt @@ -175,7 +175,7 @@ [% END %] [% END %] [% IF ( do_anonym ) %] -

All patrons with checkouts older than [% last_issue_date | $KohaDates %] have been anonymized

+

All checkouts older than [% last_issue_date | $KohaDates %] have been anonymized

[% ELSE %]

No patron records have been anonymized

[% END %] -- 2.1.4