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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Jun 2022 13:32:10 +0000 (10:32 -0300)
commita6166405c7d7886466a8d1264c98970b4973f77f
treee0aec3f7ead6e616be73d5555ba799be0b4cb2f2
parent82a139794626ebeaa372611ef8d4d95ee849d1f1
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>
misc/cronjobs/cleanup_database.pl