From: Joe Hunt Date: Thu, 3 Mar 2011 15:18:22 +0000 (+0100) Subject: Don't allow inactivation of GL Accounts belonging to Bank Accounts X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=dee9b0c977d7ad83774932d4e857da12df507785;p=textcart.git Don't allow inactivation of GL Accounts belonging to Bank Accounts --- 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");