Bug 30939: Fix use statement for DelAuthority
authorKatrin Fischer <katrin.fischer.83@web.de>
Fri, 17 Jun 2022 22:34:45 +0000 (22:34 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 28 Jun 2022 12:39:24 +0000 (09:39 -0300)
commitdf393b38b8102b4d304b79cb2ba2e73caf8187bd
tree5a249eff4d181c069f1954298f3cb77e266fb7ed
parent667722daa34ce6acaf47f2bd94434260dcc76d48
Bug 30939: Fix use statement for DelAuthority

Without this patch, the script won't delete any
unused authorities, but gives an error instead
and dies:

Undefined subroutine &main::DelAuthority called at ./misc/migration_tools/remove_unused_authorities.pl line 98.

To test:
- Run from koha-shell:
  ./misc/migration_tools/remove_unused_authorities.pl -t
- Verify several authorities are reported as unused
- ./misc/migration_tools/remove_unused_authorities.pl -c
- Verify the error message is shown when the first unused
  authority is found and the script stops
- Apply patch and rerun:
  ./misc/migration_tools/remove_unused_authorities.pl -t
- Verify the error is gone, the script finishes and auhorities
  are deleted

https://bugs.koha-community.org/show_bug.cgi?id=30936

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
misc/migration_tools/remove_unused_authorities.pl