X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=d830619750a6c6ceccc858efa7f3c882f11fefb8;hb=5cd13431fe25eb8cd98f67020c55dab124c7e930;hp=4673a92387cfafe2115ef9972304283c9b78b022;hpb=b8840778474a014b8652bed20bb2c60e171e8059;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 4673a923..d8306197 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.4"; + $version = "2.2.8"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -119,10 +119,8 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* Default border and spacing for tables */ /* Should be moved to CSS */ - if (!isset($_SESSION['bordercolor'])) - $_SESSION['bordercolor'] = "#8cacbb"; - $table_style = "cellpadding=3 border=1 bordercolor='".$_SESSION['bordercolor']."' class='tablestyle'"; - $table_style2 = "cellpadding=3 border=1 bordercolor='#cccccc' class='tablestyle2'"; + $table_style = "class='tablestyle'"; + $table_style2 = "class='tablestyle2'"; /* Accounts Payable */ /* System check to see if quantity charged on purchase invoices exceeds the quantity received. @@ -212,7 +210,4 @@ if (!defined('ICON_EDIT')) 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