Buttons missing on Chart of Accounts page (on some editions). Fixed.
authorJoe <joe.hunt.consulting@gmail.com>
Sat, 7 May 2022 06:39:14 +0000 (08:39 +0200)
committerJoe <joe.hunt.consulting@gmail.com>
Sat, 7 May 2022 06:39:14 +0000 (08:39 +0200)
gl/manage/gl_accounts.php

index 9d7e09189b3378a675d9aaefc634ae5c11c3f679..46598f97b9b90e1d78fafbabb1743b5dbb15e6fe 100644 (file)
@@ -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."));