From 6fc5983ebaf4f6f79d3ca8010b9135bd1a051553 Mon Sep 17 00:00:00 2001 From: Briana Date: Tue, 19 Jan 2016 01:21:50 +0000 Subject: [PATCH] Bug 14810 Improve messages in patron anonymizing tool 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 Signed-off-by: Jonathan Druart --- 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.0