https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260 --- Comment #6 from Martin Renvoize <martin.renvoize@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.