From: <tim...@us...> - 2010-06-19 08:14:43
|
Revision: 3504 http://web-erp.svn.sourceforge.net/web-erp/?rev=3504&view=rev Author: tim_schofield Date: 2010-06-19 08:14:37 +0000 (Sat, 19 Jun 2010) Log Message: ----------- Add the first line of the branch address to the sql Modified Paths: -------------- trunk/CounterSales.php trunk/doc/Change.log.html Modified: trunk/CounterSales.php =================================================================== --- trunk/CounterSales.php 2010-06-19 07:56:50 UTC (rev 3503) +++ trunk/CounterSales.php 2010-06-19 08:14:37 UTC (rev 3504) @@ -132,6 +132,7 @@ /* now get the branch defaults from the customer branches table CustBranch. */ $sql = "SELECT custbranch.brname, + custbranch.braddress1, custbranch.defaultshipvia, custbranch.deliverblind, custbranch.specialinstructions, Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-06-19 07:56:50 UTC (rev 3503) +++ trunk/doc/Change.log.html 2010-06-19 08:14:37 UTC (rev 3504) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>18/06/10 Tim: CounterSales.php - Add the first line of address to the sql query</p> <p>18/06/10 Tim: default.css - Use percentages for font sizes</p> <p>18/06/10 Tim: WWW_Users.php - Extend for Contracts module</p> <p>17/06/10 Zhiguo & Alec_H: Updates to Chinese translation</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |