Bugzilla – Attachment 97812 Details for
Bug 24484
Add explanatory text to batch patron deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24484 - Add explanatory text to batch patron deletion
Bug-24484---Add-explanatory-text-to-batch-patron-d.patch (text/plain), 1.73 KB, created by
David Roberts
on 2020-01-23 12:25:25 UTC
(
hide
)
Description:
Bug 24484 - Add explanatory text to batch patron deletion
Filename:
MIME Type:
Creator:
David Roberts
Created:
2020-01-23 12:25:25 UTC
Size:
1.73 KB
patch
obsolete
>From 75e3aff702777c4ddb9e9eeaa4f7a570bad19885 Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >Date: Thu, 23 Jan 2020 12:18:17 +0000 >Subject: [PATCH] Bug 24484 - Add explanatory text to batch patron deletion > >This patch adds a more detailed explanation about what the tool can do. > >To test: > >1) Open up the Batch patron deletion and anonymisation tool >2) Check the help text near the top of the screen >3) Install the patch and repeat steps 1 and 2 >4) Check the help text has changed to the new version >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 8 +++++++- > 1 file changed, 7 insertions(+), 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 6bb3ed21b2..a13bf96f41 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >@@ -59,7 +59,13 @@ > <!-- step 1 START --> > > <div class="help"> >- <p>This tool allows you to delete patrons and anonymize checkout history. For deleting patrons, any combination of limits can be used.</p> >+ <p>This tool allows you to delete patrons and anonymize checkout history. For deleting patrons, any combination of limits can be used. Patrons will not be deleted if they meet one of more of the following conditions:</p> >+<ul> >+<li>They have items currently checked out.</li> >+<li>They have a non-zero account balance.</li> >+<li>They are the guarantor to another patron.</li> >+<li>They are in a patron category of type staff.</li> >+</ul> > </div> > <div id="step1"> > <form name="f1" id="delete_patrons_form" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post"> >-- >2.11.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 24484
:
97795
|
97812
|
97813
|
97943