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)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 29 Jul 2022 16:59:25 +0000 (16:59 +0000)
commit29a627bdfc825dfcbbb4a6185f20300da7bf137f
treeb64f03cd2fa455b589030cf2b8e0b4935d22bd0d
parent588377511b082de88347f928b9784c7fb689fddf
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>
(cherry picked from commit df393b38b8102b4d304b79cb2ba2e73caf8187bd)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/migration_tools/remove_unused_authorities.pl