projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fadc77
)
Buttons missing on Chart of Accounts page (on some editions). Fixed.
author
Joe
<joe.hunt.consulting@gmail.com>
Sat, 7 May 2022 06:39:14 +0000
(08:39 +0200)
committer
Joe
<joe.hunt.consulting@gmail.com>
Sat, 7 May 2022 06:39:14 +0000
(08:39 +0200)
gl/manage/gl_accounts.php
patch
|
blob
|
history
diff --git
a/gl/manage/gl_accounts.php
b/gl/manage/gl_accounts.php
index 9d7e09189b3378a675d9aaefc634ae5c11c3f679..46598f97b9b90e1d78fafbabb1743b5dbb15e6fe 100644
(file)
--- 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."));