Bug 30914: (24153 follow-up) Fix cleanup_database.pl --transfers --old-reserves
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 7 Jun 2022 12:11:06 +0000 (14:11 +0200)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Fri, 12 Aug 2022 08:13:01 +0000 (10:13 +0200)
commit144372e72ed59f9ded5db00b9f4f9e38bfa0ada9
tree0eb04a1d94020304890836d7b637ddad97f7fa15
parentc90c216cb77690ba3aabbd0186b94560a755e1fc
Bug 30914: (24153 follow-up) Fix cleanup_database.pl --transfers --old-reserves

Silly mistake, 'delete if verbose' must be 'delete if confirm'

Test plan:
Try the cleanup_database.pl script to delete transfers and old issues.
Using --transfers --old-reserves and the --confirm flag the entries must be
removed

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit a6166405c7d7886466a8d1264c98970b4973f77f)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit b503c186e4ca8012b24441e746045c7439c44b97)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
misc/cronjobs/cleanup_database.pl