[0000153] not possible to make a new balance sheet GL account cl (old style)
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 8 Aug 2009 07:53:57 +0000 (07:53 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 8 Aug 2009 07:53:57 +0000 (07:53 +0000)
CHANGELOG.txt
gl/manage/gl_account_classes.php

index 0f6e170e8551fb07edeef5914c55f2327ffb6851..d95307a118441d62581058d35c27be4a5c9e42c9 100644 (file)
@@ -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
index 7e30485be4d542b800a2982ef9e00d71eb15dee1..30d43e392c6ddaa4a3920100c6bf31f129363185 100644 (file)
@@ -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;
 }