Bugzilla – Attachment 46913 Details for
Bug 14810
Improve messages in patron anonymizing tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14810 Improve messages in patron anonymizing tool
Bug-14810-Improve-messages-in-patron-anonymizing-t.patch (text/plain), 1.49 KB, created by
Jonathan Druart
on 2016-01-19 17:13:08 UTC
(
hide
)
Description:
Bug 14810 Improve messages in patron anonymizing tool
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-19 17:13:08 UTC
Size:
1.49 KB
patch
obsolete
>From 6fc5983ebaf4f6f79d3ca8010b9135bd1a051553 Mon Sep 17 00:00:00 2001 >From: Briana <brianagreally@gmail.com> >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 <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 ) %] >- <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 %] >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14810
:
46839
|
46904
| 46913