Bug 33935: (bug 26403 follow-up) Remove occurrences to deleted files
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 7 Jun 2023 09:16:15 +0000 (11:16 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 9 Jun 2023 15:04:59 +0000 (12:04 -0300)
commit633cb15a632cded54ccbd7e385a281ceed3d68cc
tree0a1568f4dd1f3562b11d623f6b09e470dcb6ddfe
parentff22a2006b0eb04950acd83439b2d7bc15890389
Bug 33935: (bug 26403 follow-up) Remove occurrences to deleted files

account_credit_types.sql and account_debit_types.sql have been moved to yml files but there are still references to them in C4::Installer.

If you select the files during the installer process it will explode with

Test plan:
DROP database koha_kohadev
CREATE database koha_kohadev
restart_all
then install Koha using the UI
Select all the sample data files

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Installer.pm