X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=983d5d66cce56bf490aa946484a64a012ade01be;hb=da128fc101cb020e2ab05680e6d14eb1a2131ef5;hp=bebb6a7103db01cbff5d49fb10cad8cd31e8cc7c;hpb=777422e8d5a3ba188e7420719e33322098075313;p=fa-stable.git diff --git a/config.default.php b/config.default.php index bebb6a71..983d5d66 100644 --- a/config.default.php +++ b/config.default.php @@ -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.5"; // 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