[Koha-bugs] [Bug 9944] cleanborrowers.pl does not check for anonymisation errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 8 01:53:31 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9944

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |master

--- Comment #3 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list