From: <te...@us...> - 2012-05-03 08:46:21
|
Revision: 5312 http://web-erp.svn.sourceforge.net/web-erp/?rev=5312&view=rev Author: tehonu Date: 2012-05-03 08:46:12 +0000 (Thu, 03 May 2012) Log Message: ----------- Changed Order By Location name (easier for users to identify than code) Modified Paths: -------------- trunk/StockLocTransfer.php Modified: trunk/StockLocTransfer.php =================================================================== --- trunk/StockLocTransfer.php 2012-05-03 08:39:49 UTC (rev 5311) +++ trunk/StockLocTransfer.php 2012-05-03 08:46:12 UTC (rev 5312) @@ -252,7 +252,7 @@ <th colspan="4"><input type="hidden" name="Trf_ID" value="' . $Trf_ID . '" /><h3>'. _('Inventory Location Transfer Shipment Reference').' # '. $Trf_ID. '</h3></th> </tr>'; - $sql = "SELECT loccode, locationname FROM locations"; + $sql = "SELECT loccode, locationname FROM locations ORDER BY locationname"; $resultStkLocs = DB_query($sql,$db); echo '<tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |