Release 2.0.3
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 6 Oct 2008 12:10:17 +0000 (12:10 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 6 Oct 2008 12:10:17 +0000 (12:10 +0000)
CHANGELOG.txt
config.php

index 02ef8aec5359cc170240fab47824601fce7b7558..b5396a5b718325565af0ff0e4bd50a7fd7c1efa6 100644 (file)
@@ -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
index 17de99e9e0ee68740cb1686eb20ed5a6ab335125..7e9a6e57d105ebab6c60ee6e8b9fe3904b25fd27 100644 (file)
@@ -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"));