Revert "Bug 6756: Add info messages"
authorMason James <mtj@kohaaloha.com>
Fri, 2 Oct 2015 12:55:45 +0000 (01:55 +1300)
committerMason James <mtj@kohaaloha.com>
Fri, 2 Oct 2015 12:55:45 +0000 (01:55 +1300)
This reverts commit 674438016c0fae72c151c3d9e2e6d414cafb26c6.

koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt
misc/cronjobs/batch_anonymise.pl

index 7de7652..bd505fb 100644 (file)
@@ -1,4 +1,3 @@
-[% USE Koha %]
 [% USE KohaDates %]
 [% INCLUDE 'doc-head-open.inc' %]
 <title>Koha &rsaquo; Tools &rsaquo; Batch patron deletion/anonymization [% IF step == 2 %]&rsaquo; Confirm[% END %][% IF step == 3 %]&rsaquo; Finished[% END %]</title>
@@ -92,9 +91,6 @@
         </fieldset>
         <fieldset>
         <legend>Anonymize checkout history</legend>
-        [% UNLESS Koha.Preference('AnonymousPatron') %]
-            <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>
-        [% END %]
         <h3><input id="checkissue" type="checkbox" name="checkbox" value="issue" /><label for="checkissue"> Verify you want to anonymize patron checkout history</label></h3>
         <br />
         <ul>
index 45228b5..48a58c6 100755 (executable)
@@ -45,7 +45,6 @@ Usage: $0  --days DAYS  [-h|--help]
    -v --verbose       gives a little more information
    -h --help          prints this help message, and exits, ignoring all
                       other options
-Note: If the system preference 'AnonymousPatron' is not defined, NULL will be used.
 USAGE
     exit $_[0];
 }