[Bug 9944] cleanborrowers.pl does not check for anonymisation errors
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9944 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Version|3.12 |unspecified --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Still valid: 141 # Anonymising all members 142 if ($do_anonym) { 143 #FIXME: anonymisation errors are not handled 144 ($totalAno,my $anonymisation_error) = AnonymiseIssueHistory($last_issue_date); 145 $template->param( 146 do_anonym => '1', 147 ); 148 } -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org