Bug 30042: Remove Date::Calc dependency in batch_anonymize.pl
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Feb 2022 17:45:11 +0000 (14:45 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 7 Sep 2022 20:23:31 +0000 (13:23 -0700)
commitcaebb20cbb9f456750390d6494c568536dc1066c
treecd845956028babeaf57687e70de5e97e9ef0edda
parentcd13475cf91c420357590e5dc46f8d9dbad74d8d
Bug 30042: Remove Date::Calc dependency in batch_anonymize.pl

This patch makes the script use the Koha::DateUtils tools instead.

To test:
1. Run:
   $ kshell
  k$ perl misc/cronjobs/batch_anonymise.pl --verbose --days 7
=> SUCCESS: You see (the date may vary):
Checkouts and holds before 2022-02-15 will be anonymised.
2. Apply this patch
3. Repeat 1
=> SUCCESS: Same output
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
misc/cronjobs/batch_anonymise.pl