|
From: <afc...@us...> - 2017-09-11 14:55:46
|
Revision: 7832
http://sourceforge.net/p/web-erp/reponame/7832
Author: afcouling
Date: 2017-09-11 14:55:43 +0000 (Mon, 11 Sep 2017)
Log Message:
-----------
11/9/17 Andy Couling: Code consistency in PO_Items.php. http://www.weberp.org/forum/showthread.php?tid=4355
Modified Paths:
--------------
trunk/PO_Items.php
trunk/doc/Change.log
Modified: trunk/PO_Items.php
===================================================================
--- trunk/PO_Items.php 2017-09-10 22:13:53 UTC (rev 7831)
+++ trunk/PO_Items.php 2017-09-11 14:55:43 UTC (rev 7832)
@@ -872,7 +872,7 @@
AND purchdata.supplierno='" . $_SESSION['PO'.$identifier]->SupplierID . "'
AND stockmaster.description " . LIKE . " '" . $SearchString ."'
GROUP BY stockmaster.stockid
- ORDER BY stockmaster.stockid";
+ ORDER BY stockmaster.stockid ";
} else { // not just supplier purchdata items
$sql = "SELECT stockmaster.stockid,
stockmaster.description,
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2017-09-10 22:13:53 UTC (rev 7831)
+++ trunk/doc/Change.log 2017-09-11 14:55:43 UTC (rev 7832)
@@ -1,5 +1,6 @@
webERP Change Log
+11/9/17 Andy Couling: Code consistency in PO_Items.php. http://www.weberp.org/forum/showthread.php?tid=4355
8/9/17 PaulT: Z_ChangeLocationCode.php: Add missing locationusers table update, reported by Paul Becker in forums.
8/9/17 Phil: Fix portrait invoice email now has narrative of correct invocie number!
8/9/17 Andrew Couling: Petty cash improvements to tax taken from Tim's work
|