]> git.koha-community.org Git - koha.git/commit
Bug 37181: Add --confirm option to pseudonymize_statistics.pl
authorNick Clemens <nick@bywatersolutions.com>
Sat, 23 Mar 2024 16:24:52 +0000 (16:24 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 27 Jun 2024 12:04:54 +0000 (14:04 +0200)
commit444f3d8badcec9c4679507cfdb92d7e8a08bc97c
tree8f404a387b0c1f95b637a95fe3d8ef109d4a5c21
parent5e9b914352a85e116e66f031431e80a37281ac30
Bug 37181: Add --confirm option to pseudonymize_statistics.pl

To test:
1 - Perform some transactions
2 - Enable Pseudonymization
3 - perl misc/maintenance/pseudonymize_statistics.pl -v
4 - Confirm test run an nothing changed
5 - perl misc/maintenance/pseudonymize_statistics.pl -v -c
6 - Confirm statistics are pseudonymized

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Amend: tidied the changes [tcohen]
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
misc/maintenance/pseudonymize_statistics.pl