https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260 --- Comment #9 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Martin Renvoize from comment #6)
Comment on attachment 93052 [details] [review] Bug 23260: Add anonymize items_last_borrower feature
Review of attachment 93052 [details] [review]: -----------------------------------------------------------------
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
Fixed typo, and rebased -- You are receiving this mail because: You are watching all bug changes.