From: Joe Hunt Date: Mon, 6 Oct 2008 12:10:17 +0000 (+0000) Subject: Release 2.0.3 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=71ed9ecf221087bb6fbd02c1d2d9597604b4cf77;p=textcart.git Release 2.0.3 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 02ef8ae..b5396a5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,13 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.0.3 -------------------------------------------- +07-Oct-2008 Joe Hunt +! Release 2.0.3 +$ config.php +# Bug [0000072] Item stock movement should check for if there is empty Inventory. +$ /inventory/inquiry/stock_movements.php + 05-Oct-2008 Janusz Dobrowolski # Bugfix [0000063] Bad update of parent document lines after edition of sales documents. $ /sales/includes/cart_class.inc diff --git a/config.php b/config.php index 17de99e..7e9a6e5 100644 --- a/config.php +++ b/config.php @@ -38,7 +38,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0.2"; + $version = "2.0.3"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));