|
From: <te...@us...> - 2015-06-14 03:38:35
|
Revision: 7321
http://sourceforge.net/p/web-erp/reponame/7321
Author: tehonu
Date: 2015-06-14 03:38:33 +0000 (Sun, 14 Jun 2015)
Log Message:
-----------
Modified Paths:
--------------
trunk/DeliveryDetails.php
Modified: trunk/DeliveryDetails.php
===================================================================
--- trunk/DeliveryDetails.php 2015-06-13 03:43:34 UTC (rev 7320)
+++ trunk/DeliveryDetails.php 2015-06-14 03:38:33 UTC (rev 7321)
@@ -1020,7 +1020,8 @@
ON locationusers.loccode=locations.loccode
AND locationusers.userid='" . $_SESSION['UserID'] . "'
AND locationusers.canupd=1
- WHERE locations.allowinvoicing='1'";
+ WHERE locations.allowinvoicing='1'
+ ORDER BY locations.locationname";
$ErrMsg = _('The stock locations could not be retrieved');
$DbgMsg = _('SQL used to retrieve the stock locations was') . ':';
$StkLocsResult = DB_query($SQL, $ErrMsg, $DbgMsg);
|