From a7905b6773f05976787b8af11045e65b825230e4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 3 Jun 2021 23:33:11 +0000 Subject: [PATCH] Bug 28191: Upate wording on batch patron deletion This adds another point to the list of things that prevent patron deletion:
  • They have permissions assigned to them.
  • In order to test: - Go to tools > patron deletion and anonymization - Verify the new condition shows at the top of the page. Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit c6caf8822fdc5d543d26fac5cadaf35d58149164) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 1 + 1 file changed, 1 insertion(+) 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 f8e0db39d1..79e70cba94 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt @@ -65,6 +65,7 @@
  • They have a non-zero account balance.
  • They are the guarantor to another patron.
  • They are in a patron category of type staff.
  • +
  • They have permissions assigned to them.
  • -- 2.39.5