From: Joe Hunt Date: Sat, 8 Aug 2009 07:53:57 +0000 (+0000) Subject: [0000153] not possible to make a new balance sheet GL account cl (old style) X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=0e56c07c1e9b6aa2762b156c9652d74a447920eb;p=textcart.git [0000153] not possible to make a new balance sheet GL account cl (old style) --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0f6e170..d95307a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +08-Aut-2009 Jue Hunt +# [0000153] not possible to make a new balance sheet GL account cl (old style) +$ /gl/manage/gl_account_classes.php + 04-Aug-2009 Joe Hunt # [0000150] Logo on printed papers is placed on top of the adress rule nr 1 $ /reporting/includes/header2.inc diff --git a/gl/manage/gl_account_classes.php b/gl/manage/gl_account_classes.php index 7e30485..30d43e3 100644 --- a/gl/manage/gl_account_classes.php +++ b/gl/manage/gl_account_classes.php @@ -38,7 +38,7 @@ function can_process() return false; } if (isset($use_oldstyle_convert) && $use_oldstyle_convert == 1) - $_POST['Balance'] = check_value($_POST['Balance']); + $_POST['Balance'] = check_value('Balance'); return true; }