From: <te...@us...> - 2012-04-19 02:02:39
|
Revision: 5265 http://web-erp.svn.sourceforge.net/web-erp/?rev=5265&view=rev Author: tehonu Date: 2012-04-19 02:02:33 +0000 (Thu, 19 Apr 2012) Log Message: ----------- Added ORDER BY locationname at the dropbox Modified Paths: -------------- trunk/StockLocTransferReceive.php Modified: trunk/StockLocTransferReceive.php =================================================================== --- trunk/StockLocTransferReceive.php 2012-04-19 01:42:31 UTC (rev 5264) +++ trunk/StockLocTransferReceive.php 2012-04-19 02:02:33 UTC (rev 5265) @@ -508,7 +508,7 @@ echo '<div>'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; - $LocResult = DB_query("SELECT locationname, loccode FROM locations",$db); + $LocResult = DB_query("SELECT locationname, loccode FROM locations ORDER BY locationname",$db); echo '<table class="selection">'; echo '<tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |