[Koha-bugs] [Bug 23260] Anonymize (remove) patron data from items_last_borrower

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 29 12:58:27 CET 2019


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

--- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 93052
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93052
Bug 23260: Add anonymize items_last_borrower feature

Review of attachment 93052:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=23260&attachment=93052)
-----------------------------------------------------------------

Minor typo, otherwise this looks reasonable.

::: misc/cronjobs/batch_anonymise.pl
@@ +73,4 @@
>  my ($year,$month,$day) = Today();
>  my ($newyear,$newmonth,$newday) = Add_Delta_Days ($year,$month,$day,(-1)*$days);
>  my $formatdate = sprintf "%4d-%02d-%02d",$newyear,$newmonth,$newday;
> +$verbose and print "Checkouts and items las borrowers before $formatdate will be anonymised.\n";

las -> last

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list