@@ -, +, @@ account_offset_types.sql in intaller commit 3d6a6e79f79bfbc17807072faf0ff1d4e6aafb82 Bug 22435: (follow-up) Drop account_offset_types table --- C4/Installer.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Installer.pm +++ a/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", ; --