From b0b7db5ae606fa7da0831eea914036134411117d 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 --- 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 87ab207806..9e5f7bcde8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt @@ -98,6 +98,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.11.0