Bug 29158: (bug 22435 follow-up) Remove ref to account_offset_types.sql in intaller
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 25 Oct 2021 09:49:38 +0000 (11:49 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 26 Oct 2021 14:46:03 +0000 (16:46 +0200)
commit16d2765c3c8575012c437f2c1d343d94f2a79ce1
tree9d302a0aa5c07e80cb4eb0b253379ce58d36e3c6
parentaab18ba056000c27e89f84fdfb16388be77f44f1
Bug 29158: (bug 22435 follow-up) Remove ref to account_offset_types.sql in intaller

Caused by
  commit 3d6a6e79f79bfbc17807072faf0ff1d4e6aafb82
  Bug 22435: (follow-up) Drop account_offset_types table
that removes the file but the reference to it from the installer
process.

Test plan:
Go through the install process and notice that the following warning
does not appear in the log:
[2021/10/25 09:47:58] [WARN] Something went wrong loading file /kohadevbox/koha/installer/data/mysql/mandatory/account_offset_types.sql (Couldn't read '/kohadevbox/koha/installer/data/mysql/mandatory/account_offset_types.sql' : No such file or directory at /usr/share/perl5/DBIx/RunSQL.pm line 180.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer.pm