View | Details | Raw Unified | Return to bug 24484
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-2 / +5 lines)
Lines 59-65 Link Here
59
<!-- step 1 START -->
59
<!-- step 1 START -->
60
60
61
<div class="help">
61
<div class="help">
62
    <p>This tool allows you to delete patrons and anonymize checkout history. For deleting patrons, any combination of limits can be used.</p>
62
    <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>
63
<p> - They have items currently checked out.</p>
64
<p> - They have a non-zero account balance.</p>
65
<p> - They are the guarantor to another patron.</p>
66
<p> - They are in a patron category of type Staff..</p>
63
</div>
67
</div>
64
<div id="step1">
68
<div id="step1">
65
    <form name="f1" id="delete_patrons_form" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post">
69
    <form name="f1" id="delete_patrons_form" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post">
66
- 

Return to bug 24484