From dee9b0c977d7ad83774932d4e857da12df507785 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 3 Mar 2011 16:18:22 +0100 Subject: [PATCH] Don't allow inactivation of GL Accounts belonging to Bank Accounts --- gl/manage/gl_accounts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl/manage/gl_accounts.php b/gl/manage/gl_accounts.php index 097edde..5d918cc 100644 --- a/gl/manage/gl_accounts.php +++ b/gl/manage/gl_accounts.php @@ -12,7 +12,7 @@ $page_security = 'SA_GLACCOUNT'; $path_to_root = "../.."; include($path_to_root . "/includes/session.inc"); - + page(_($help_context = "Chart of Accounts")); include($path_to_root . "/includes/ui.inc"); -- 2.30.2