Release 2.3.22
authorJoe <unknown>
Mon, 29 Sep 2014 13:57:38 +0000 (15:57 +0200)
committerJoe <unknown>
Mon, 29 Sep 2014 13:57:38 +0000 (15:57 +0200)
update.html
version.php

index 34ae330dbae5c49673420c84f0bd63244c9db8ab..fd0d0fd386cb66b044be8c7aa39a3d843b4951c5 100644 (file)
@@ -4,6 +4,7 @@
 \r
 \r
 \r
+\r
 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1"><title>FrontAccounting Update</title>\r
 \r
 <meta name="GENERATOR" content="OpenOffice.org 2.4 (Linux)">\r
 <meta name="CHANGED" content="20100902;19041400"></head><body style="direction: ltr;" lang="en-US">\r
 <h4><strong><font color="#cc6600"><font style="font-size: 20pt;" size="5"><i>Front</i></font></font></strong><strong><font style="font-size: 20pt;" size="5">Accounting\r
 Update</font></strong></h4>\r
+<h2>Important Notes for release 2.3.22.</h2>\r
+\r
+\r
+<h4>New global flags in config.php (config-default.php):</h4>\r
+/* Show average costed values instead of fixed standard cost */ In Enventory Valuation Report.<br>\r
+<span style="font-weight: bold;">$use_costed_values = 0;</span><br>\r
+<br>\r
+/* Print Item Images on Sales Quotations. Set to 1 if so. */<br>\r
+<span style="font-weight: bold;">$print_item_images_on_quote = 0;</span><br>\r
 <h2>Important Notes for release 2.3.21.</h2>\r
 \r
 \r
 \r
+\r
 <h4>Crucial security patches:</h4>\r
 \r
 This version consists of crucial security patches and this applies especially to all publicly available servers, <br>\r
index 13980035a53e60162e4d959b0209ecb4291af8b7..9e5e760bb77c351cbad1184b4228cda83e759b5e 100644 (file)
@@ -9,7 +9,7 @@ $db_version = "2.3rc";
 
 // application version - can be overriden in config.php
 if (!isset($version))
-       $version                = "2.3.21";
+       $version                = "2.3.22";
 
 //======================================================================
 // Extension packages repository settings