From: <tim...@us...> - 2009-11-12 12:59:50
|
Revision: 2985 http://web-erp.svn.sourceforge.net/web-erp/?rev=2985&view=rev Author: tim_schofield Date: 2009-11-12 12:59:44 +0000 (Thu, 12 Nov 2009) Log Message: ----------- Correct error in sql reventing a new order being raised Modified Paths: -------------- trunk/PO_Items.php trunk/doc/Change.log.html Modified: trunk/PO_Items.php =================================================================== --- trunk/PO_Items.php 2009-11-12 12:45:38 UTC (rev 2984) +++ trunk/PO_Items.php 2009-11-12 12:59:44 UTC (rev 2985) @@ -136,7 +136,6 @@ supptel, contact, version, - realorderno, revised, deliveryby, status, Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2009-11-12 12:45:38 UTC (rev 2984) +++ trunk/doc/Change.log.html 2009-11-12 12:59:44 UTC (rev 2985) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p> +<p>12/11/09 Tim: PO_Items.php - Correct error in sql reventing a new order being raised <p>12/11/09 Tim: apa_branches.php - Remove echo statement from modifybranch() function <p>12/11/09 Tim: api_php.php - include sqlcommonfunctions. <p>12/11/09 Tim: api_salesorders.php - Fix call to GtNextTransaction() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |