Bugzilla – Attachment 46839 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.37 KB, created by
Briana Greally
on 2016-01-19 01:27:03 UTC
(
hide
)
Description:
Bug 14810 Improve messages in patron anonymizing tool
Filename:
MIME Type:
Creator:
Briana Greally
Created:
2016-01-19 01:27:03 UTC
Size:
1.37 KB
patch
obsolete
>From 18bcf2b60bf914eaa0e6adfac7fd76bb05d2d984 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" >--- > 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 %] >-- >1.7.10.4
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