Browse Source

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 <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
new_12478_elasticsearch
Briana 8 years ago
committed by Brendan A Gallagher
parent
commit
e38564d213
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt

@ -175,7 +175,7 @@
[% END %]
[% END %]
[% IF ( do_anonym ) %]
<h4>All patrons with checkouts older than [% last_issue_date | $KohaDates %] have been anonymized</h4>
<h4>All checkouts older than [% last_issue_date | $KohaDates %] have been anonymized</h4>
[% ELSE %]
<h4>No patron records have been anonymized</h4>
[% END %]

Loading…
Cancel
Save