[0000190] Back link on confirmation only pages removed.
[fa-stable.git] / config.default.php
index bebb6a7103db01cbff5d49fb10cad8cd31e8cc7c..d79eb8098504d6bedb4267230470a7404a4a900d 100644 (file)
@@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.2.2";
+       $version                = "2.2.3";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
@@ -211,4 +211,8 @@ if (!defined('ICON_EDIT'))
        define("ICON_SUBMIT", "ok.gif");
        define("ICON_ESCAPE", "escape.png");    
 }
+
+       /* allow using of multi level sub-types when digits are of same length in account types */
+       $use_new_account_types = 0;
+
 ?>
\ No newline at end of file