From 5ba3968710eba27fe5612bf1923157c2b304068f Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 8 May 2013 13:49:11 +0200 Subject: [PATCH 1/1] Release 2.3.16 --- update.html | 6 +++--- version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/update.html b/update.html index 6b46ed3e..de7eaa65 100644 --- a/update.html +++ b/update.html @@ -4,12 +4,12 @@ - - +

FrontAccounting Update

-

Important Notes for release 2.3.14.

+

Important Notes for release 2.3.16.

+

New global flags in config.php (config-default.php):

/*
  
 Optional sorting new sales documents lines according to item code
*/
$sort_sales_items = false;

/*
    
Trial Balance opening balance presentation option.
    When set to true past years part of opening balance is cleared.
*/
$clear_trial_balance_opening = false;

Important Notes for release 2.3.14.

New global flags in config.php (config-default.php):

/* default print orientation. 0 = Portrait, 1 = Landscape */
    $def_print_orientation diff --git a/version.php b/version.php index d55dcf8e..66592a7d 100644 --- a/version.php +++ b/version.php @@ -9,7 +9,7 @@ $db_version = "2.3rc"; // application version - can be overriden in config.php if (!isset($version)) - $version = "2.3.15"; + $version = "2.3.16"; //====================================================================== // Extension packages repository settings -- 2.30.2