https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9944
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org Version|3.12 |unspecified --- Comment #1 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
