From: <ex...@us...> - 2013-04-29 10:06:31
|
Revision: 5862 http://sourceforge.net/p/web-erp/reponame/5862 Author: exsonqu Date: 2013-04-29 10:06:28 +0000 (Mon, 29 Apr 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-29 10:03:21 UTC (rev 5861) +++ trunk/doc/Change.log 2013-04-29 10:06:28 UTC (rev 5862) @@ -1,4 +1,5 @@ OwebERP Change Log +29/04/2013 Exson Fixed the smtp does not work for langaguage is change in utf8 code in file of smtp.php and HTMLMimeMail.php. 29/04/2013 Exson Fixed the db_free_result() error messages due to the query returned a boolean value in SMTPServer.php 27/4/13 Samudaya: Fixed a bug in PO_Items.php when a line of a purchase order is deleted (other than the last line) and then subsequently a new line is added - the last line of the order is over-written. 27/4/13 Samudaya: PO_Items.php When purchasing a non-stock item (asset), AssetID goes to wrong column in purchorderdetails table (Column name - suppliers_partno). Fixed the bug and now save the AssetID in the correct assetid column. |