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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 13 Jul 2022 19:26:37 +0000 (19:26 +0000)
commitb503c186e4ca8012b24441e746045c7439c44b97
tree593c6054d701977f8b05a0ce507d8b2d39c4f62e
parent98e2e27b74e03eb7883ba7d82908176a9c443278
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>
misc/cronjobs/cleanup_database.pl