Bug 28191: Upate wording on batch patron deletion

This adds another point to the list of things that prevent patron
deletion:

<li>They have permissions assigned to them.</li>

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 <andrew@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Katrin Fischer 2021-06-03 23:33:11 +00:00 committed by Kyle M Hall
parent cfe7123679
commit c6caf8822f

View file

@ -98,6 +98,7 @@
<li>They have a non-zero account balance.</li> <li>They have a non-zero account balance.</li>
<li>They are the guarantor to another patron.</li> <li>They are the guarantor to another patron.</li>
<li>They are in a patron category of type staff.</li> <li>They are in a patron category of type staff.</li>
<li>They have permissions assigned to them.</li>
</ul> </ul>
</div> </div>
<div id="step1"> <div id="step1">