Bugzilla – Attachment 97943 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-del.patch (text/plain), 1.85 KB, created by
Katrin Fischer
on 2020-01-25 18:34:34 UTC
(
hide
)
Description:
Bug 24484: Add explanatory text to batch patron deletion
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-25 18:34:34 UTC
Size:
1.85 KB
patch
obsolete
>From 6f7e61fabe22bf66a934e2e13d72c14910d35717 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 > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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..df223c78c5 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 or 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