From 7335468eda006cd9a194fffcbf8561e85aa0b52b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 28 Jun 2010 09:54:11 +0000 Subject: [PATCH] Release 2.2.11 --- CHANGELOG.txt | 5 +++++ config.default.php | 8 +------- update.html | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 460c31a..a157232 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.2.11 ---------------------------------- +! Release 2.2.11 +$ config.default.php + update.html + 22-Jun-2010 Joe Hunt # Minor select bug in create recurrent invoices $ /sales/create_recurrent_invoices.php diff --git a/config.default.php b/config.default.php index 1530896..c8ba18b 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.10"; + $version = "2.2.11"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -119,12 +119,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $pagesizes = array("Letter", "A4"); // default PDF pagesize - /* Default border and spacing for tables */ - /* Should be moved to CSS */ - - $table_style = "class='tablestyle'"; - $table_style2 = "class='tablestyle2'"; - /* Accounts Payable */ /* System check to see if quantity charged on purchase invoices exceeds the quantity received. If this parameter is checked the proportion by which the purchase invoice is an overcharge diff --git a/update.html b/update.html index 1d31aa0..0e8e781 100644 --- a/update.html +++ b/update.html @@ -18,7 +18,7 @@ these files.
  • Upload all the new files. -
  • Look into the file, config.default.php and compare with your own config.php file. You should update the the following in your config.php:

  • Rename or remove the /install folder (you have already performed the install +
  • Look into the file, config.default.php and compare with your own config.php file. You should update the the following in your config.php:

  • Rename or remove the /install folder (you have already performed the install process earlier).
    1. -- 2.30.2