Release 2.3.9 and rerun of some files
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 24 Nov 2011 08:54:54 +0000 (09:54 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 24 Nov 2011 08:54:54 +0000 (09:54 +0100)
CHANGELOG.txt
access/logout.php
includes/ui/ui_controls.inc
version.php

index 8304d6e4bca323bd964774258d8ed0f4aac946df..8dc11653c396c5e000be473390c82cf24d3d721c 100644 (file)
 ------------
 This is a changelog for FrontAccounting All releases.
 
+2011-11-23 23:56 +0100 Joe Hunt
+(2929) Changed TYPE= to ENGINE= ins core COA scripts. TYPE= was deprecated since 4.1.
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2011-11-23 20:12 +0100 Janusz Dobrowolski
+(2928) Fixed problem with output buffering (blank page on some configurations).
+ includes/errors.inc
+
+2011-11-23 09:37 +0100 Joe Hunt
+(2927) 0001183: Can't close the popup dimension # view window
+ includes/ui/ui_controls.inc
+ js/utils.js
+
+2011-11-23 01:40 +0100 Joe Hunt
+(2926) Fixed double calculation of tax free price for an item.
+ purchasing/includes/db/grn_db.inc
+
+2011-11-17 09:19 +0100 Joe Hunt
+(2925) 1177: Print single receipt fails
+ reporting/rep112.php
+
+2011-11-15 09:11 +0100 Joe Hunt
+(2924) 0001173: Incompatible static implementation of Session Manager in /includes/session.inc
+ includes/session.inc
+
+2011-11-13 13:23 +0100 Joe Hunt
+(2923) Fixed a selection bug in Report Credit Notes. Caused all CN to print.
+ reporting/rep113.php
+
+2011-11-12 09:52 +0100 Joe Hunt
+(2922) Couldn't use the date picker in the new transaction tabs in customer/supplier/items.
+ inventory/manage/items.php
+ purchasing/manage/suppliers.php
+ sales/manage/customers.php
+
+2011-11-10 11:15 +0100 Janusz Dobrowolski
+(2921) Langauge template update.
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2011-11-10 08:45 +0100 Joe Hunt
+(2920) New CHANGELOG.txt
+ CHANGELOG.txt
+
 2011-11-10 08:37 +0100 Joe Hunt
 (2919) Release 2.3.8
  version.php
index 6ea32fd7d6599775499e5427a0e9ea4dfff3d455..3a8831a198b6d3ca6415f2dde26bde6c605192ba 100644 (file)
@@ -44,7 +44,7 @@ echo "</div></td>
 <br>\n";
 end_page(false, true);
 session_unset();
-session_destroy();
+@session_destroy();
 ?>
 
 
index 774dbd0e8f0d112f8a1f7e884e4af1ccf4979152..2cc3b02cfdc0a1a3b01d53ea3f0defffab11637a 100644 (file)
@@ -187,7 +187,7 @@ function hyperlink_back($center=true, $no_menu=true, $type_no=0, $trans_no=0)
                        echo "<td align=center><a href='$path_to_root/admin/attachments.php?vw=$id' target='blanc_'>"._("View Attachment")."</a></td>\n";
                echo "<td align=center><a href='javascript:window.print();'>"._("Print")."</a></td>\n";
        }       
-       echo "<td align=center><a href='javascript:goBack(\"$no_menu\");'>".($no_menu ? _("Close") : _("Back"))."</a></td>\n";
+       echo "<td align=center><a href='javascript:goBack(".($no_menu ? "1":"0").");'>".($no_menu ? _("Close") : _("Back"))."</a></td>\n";
        end_row();
        end_table();
        if ($center)
index 8b461e3a0d49d995b47cfcda79270270823c02db..20afaa3451a8abed59f88f90b22c9950d0056971 100644 (file)
@@ -9,7 +9,7 @@ $db_version = "2.3rc";
 
 // application version - can be overriden in config.php
 if (!isset($version))
-       $version                = "2.3.8";
+       $version                = "2.3.9";
 
 //======================================================================
 // Extension packages repository settings