From 6f7e61fabe22bf66a934e2e13d72c14910d35717 Mon Sep 17 00:00:00 2001 From: David Roberts 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 Signed-off-by: Katrin Fischer --- 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 @@
-

This tool allows you to delete patrons and anonymize checkout history. For deleting patrons, any combination of limits can be used.

+

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:

+
    +
  • They have items currently checked out.
  • +
  • They have a non-zero account balance.
  • +
  • They are the guarantor to another patron.
  • +
  • They are in a patron category of type staff.
  • +
-- 2.11.0