Bugzilla – Attachment 97795 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.44 KB, created by
David Roberts
on 2020-01-23 11:05:00 UTC
(
hide
)
Description:
Bug 24484 - Add explanatory text to batch patron deletion
Filename:
MIME Type:
Creator:
David Roberts
Created:
2020-01-23 11:05:00 UTC
Size:
1.44 KB
patch
obsolete
>From 7f14e0b39f4abc0a1ed7ab78a5a207703a4bb014 Mon Sep 17 00:00:00 2001 >From: David Roberts <david.roberts@ptfs-europe.com> >Date: Thu, 23 Jan 2020 11:00:05 +0000 >Subject: [PATCH] Bug 24484 - Add explanatory text to batch patron deletion > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 6 +++++- > 1 file changed, 5 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..bc08ccb654 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,11 @@ > <!-- 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> >+<p> - They have items currently checked out.</p> >+<p> - They have a non-zero account balance.</p> >+<p> - They are the guarantor to another patron.</p> >+<p> - They are in a patron category of type Staff..</p> > </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