[Bug 9944] cleanborrowers.pl does not check for anonymisation errors
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9944 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Code is different now, but the FIXME remained: # Anonymising all members 146 if ($do_anonym) { 147 #FIXME: anonymisation errors are not handled 148 my $rows = Koha::Old::Checkouts 149 ->filter_by_anonymizable 150 ->filter_by_last_update({ 151 to => $last_issue_date, timestamp_column_name => 'returndate' }) 152 ->anonymize; 153 154 $template->param( 155 do_anonym => $rows, 156 ); 157 } 158 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org