From: Joe Date: Sat, 7 May 2022 06:39:14 +0000 (+0200) Subject: Buttons missing on Chart of Accounts page (on some editions). Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6e555e4e06be1743570f7987d619448639650d8b;p=fa-stable.git Buttons missing on Chart of Accounts page (on some editions). Fixed. --- diff --git a/gl/manage/gl_accounts.php b/gl/manage/gl_accounts.php index 9d7e0918..46598f97 100644 --- a/gl/manage/gl_accounts.php +++ b/gl/manage/gl_accounts.php @@ -21,7 +21,7 @@ page(_($help_context = "Chart of Accounts"), false, false, "", $js); include($path_to_root . "/includes/ui.inc"); include($path_to_root . "/gl/includes/gl_db.inc"); -include($path_to_root . "/admin/db/tags_db.inc"); +include_once($path_to_root . "/admin/db/tags_db.inc"); include_once($path_to_root . "/includes/data_checks.inc"); check_db_has_gl_account_groups(_("There are no account groups defined. Please define at least one account group before entering accounts."));