From 49433c791521ab942e1ef032d7c1b843a449aacc Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 25 Oct 2021 11:49:38 +0200 Subject: [PATCH] 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 --- C4/Installer.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Installer.pm b/C4/Installer.pm index 8baca94fdb..65bb578e1a 100644 --- a/C4/Installer.pm +++ b/C4/Installer.pm @@ -364,7 +364,6 @@ sub load_sql_in_order { push @fnames, "$global_mandatory_dir/userflags.sql", "$global_mandatory_dir/userpermissions.sql", "$global_mandatory_dir/audio_alerts.sql", - "$global_mandatory_dir/account_offset_types.sql", "$global_mandatory_dir/account_credit_types.sql", "$global_mandatory_dir/account_debit_types.sql", ; -- 2.20.1