From: <tim...@us...> - 2010-06-16 08:14:12
|
Revision: 3496 http://web-erp.svn.sourceforge.net/web-erp/?rev=3496&view=rev Author: tim_schofield Date: 2010-06-16 08:14:06 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Tim: Customers.php - Correctly show fax and phone numbers Modified Paths: -------------- trunk/Customers.php trunk/doc/Change.log.html Modified: trunk/Customers.php =================================================================== --- trunk/Customers.php 2010-06-16 08:12:08 UTC (rev 3495) +++ trunk/Customers.php 2010-06-16 08:14:06 UTC (rev 3496) @@ -636,8 +636,8 @@ address4, address5, address6, - custbranch.phoneno, - custbranch.faxno, + custbranch.phoneno as telephone, + custbranch.faxno as fax, custbranch.email, currcode, salestype, Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-06-16 08:12:08 UTC (rev 3495) +++ trunk/doc/Change.log.html 2010-06-16 08:14:06 UTC (rev 3496) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>16/06/10 Tim: Customers.php - Correctly show fax and phone numbers</p> <p>16/06/10 Tim: CustloginSetup.php - Improvements to layout, and correctly get customer name</p> <p>13/06/10 Simon Peter Otandeka: GoodsReceived.php - Correct sql syntax to work for mysql versions before 5.1</p> <p>13/06/10 Tim: Supplier login scripts needed for tendering system</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |