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>
Wed, 7 Jun 2023 18:25:17 +0000 (15:25 -0300)
commit894797e311862d28610b296704304b455d37e931
tree950a59f52023e0336c0f0ce2681a2640c5c80cd1
parentc12e14842d877d10a9a16b71118036b8922e188d
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