]> git.koha-community.org Git - koha.git/commit
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)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Wed, 17 Aug 2022 22:44:25 +0000 (00:44 +0200)
commita0413bf20fdbc3eeddaf2ec3e3fc631100bfbc38
tree5080f09b0d75ca15f90652afd437e05856db32cf
parent1e24be03e613fb1f23457f005496891853597921
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>
(cherry picked from commit 144372e72ed59f9ded5db00b9f4f9e38bfa0ada9)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
misc/cronjobs/cleanup_database.pl