X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fcleanborrowers.pl;h=0d48b99946db81f54f3d899b8f8aaad740f75bd0;hb=0713f3bf032b92535e87595e95a44898fb70c72b;hp=65ce8131e253bff2ce85e6e2012ca4947baa2230;hpb=243cfbe7cebb8f90225a4b72f7ffb63c3f9b8ca0;p=koha_fer diff --git a/tools/cleanborrowers.pl b/tools/cleanborrowers.pl index 65ce8131e2..0d48b99946 100755 --- a/tools/cleanborrowers.pl +++ b/tools/cleanborrowers.pl @@ -145,7 +145,8 @@ if ( $params->{'step3'} ) { # Anonymising all members if ($do_anonym) { - $totalAno = AnonymiseIssueHistory($filterdate2); + #FIXME: anonymisation errors are not handled + ($totalAno,my $anonymisation_error) = AnonymiseIssueHistory($filterdate2); $template->param( filterdate1 => $filterdate2, do_anonym => '1',