From: <tu...@us...> - 2018-02-05 03:09:41
|
Revision: 7937 http://sourceforge.net/p/web-erp/reponame/7937 Author: turbopt Date: 2018-02-05 03:09:39 +0000 (Mon, 05 Feb 2018) Log Message: ----------- InternalStockRequestInquiry.php: Restore ONE space to previous 7936 commit. Modified Paths: -------------- trunk/InternalStockRequestInquiry.php trunk/doc/Change.log Modified: trunk/InternalStockRequestInquiry.php =================================================================== --- trunk/InternalStockRequestInquiry.php 2018-02-05 02:34:31 UTC (rev 7936) +++ trunk/InternalStockRequestInquiry.php 2018-02-05 03:09:39 UTC (rev 7937) @@ -335,7 +335,7 @@ narrative, initiator FROM stockrequest INNER JOIN departments ON stockrequest.departmentid=departments.departmentid - INNER JOIN locations ON locations.loccode=stockrequest.loccode"; + INNER JOIN locations ON locations.loccode=stockrequest.loccode "; } //lets add the condition selected by users if (isset($_POST['RequestNo']) AND $_POST['RequestNo'] !== '') { Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2018-02-05 02:34:31 UTC (rev 7936) +++ trunk/doc/Change.log 2018-02-05 03:09:39 UTC (rev 7937) @@ -1,5 +1,6 @@ webERP Change Log +2/4/18 PaulT: InternalStockRequestInquiry.php: Restore ONE space to previous 7936 commit. 2/4/18 PaulT: Remove unused $db and $conn parameters from DB_Last_Insert_ID() and (where present) from DB_show_tables(), and DB_show_fields(). Also, remove any unused 'global $db' references across the code base. 2/4/18 Paul Becker (PaulT commit): MRPPlannedPurchaseOrders.php: Add capability to review planned purchase orders and add a new link to convert to a new PO. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8061) 2/4/18 Paul Becker (PaulT commit): PrintCustOrder.php, PrintCustOrder_generic.php, PDFOrderPageHeader_generic.inc: Add units, volume, and weight info, date/signature lines, sales order details narrative, plus other minor PDF formatting. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8048) |