[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
Tue Aug 16 11:09:48 CEST 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
            Version|3.12                        |unspecified

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list