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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (+4 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Tools &rsaquo; Batch patron deletion/anonymization [% IF step == 2 %]&rsaquo; Confirm[% END %][% IF step == 3 %]&rsaquo; Finished[% END %]</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Batch patron deletion/anonymization [% IF step == 2 %]&rsaquo; Confirm[% END %][% IF step == 3 %]&rsaquo; Finished[% END %]</title>
Lines 91-96 Link Here
91
        </fieldset>
92
        </fieldset>
92
        <fieldset>
93
        <fieldset>
93
        <legend>Anonymize checkout history</legend>
94
        <legend>Anonymize checkout history</legend>
95
        [% UNLESS Koha.Preference('AnonymousPatron') %]
96
            <div class="dialog message">The AnonymousPatron system preference is not defined. You can use this feature anyway but NULL will be used to update the checkout history.</div>
97
        [% END %]
94
        <h3><input id="checkissue" type="checkbox" name="checkbox" value="issue" /><label for="checkissue"> Verify you want to anonymize patron checkout history</label></h3>
98
        <h3><input id="checkissue" type="checkbox" name="checkbox" value="issue" /><label for="checkissue"> Verify you want to anonymize patron checkout history</label></h3>
95
        <br />
99
        <br />
96
        <ul>
100
        <ul>
(-)a/misc/cronjobs/batch_anonymise.pl (-1 / +1 lines)
Lines 46-51 Usage: $0 --days DAYS [-h|--help] Link Here
46
   -v --verbose       gives a little more information
46
   -v --verbose       gives a little more information
47
   -h --help          prints this help message, and exits, ignoring all
47
   -h --help          prints this help message, and exits, ignoring all
48
                      other options
48
                      other options
49
Note: If the system preference 'AnonymousPatron' is not defined, NULL will be used.
49
USAGE
50
USAGE
50
    exit $_[0];
51
    exit $_[0];
51
}
52
}
52
- 

Return to bug 6756