From 49c76ebe2db2111109f239d3ad18c269535d0b14 Mon Sep 17 00:00:00 2001 From: Paul Thursby Date: Mon, 26 Feb 2018 17:42:55 +0000 Subject: [PATCH] InternalStockRequestInquiry.php: Restore ONE space to previous 7936 commit. --- InternalStockRequestInquiry.php | 2 +- doc/Change.log | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/InternalStockRequestInquiry.php b/InternalStockRequestInquiry.php index 8935ac23e..8f6eae2f9 100644 --- a/InternalStockRequestInquiry.php +++ b/InternalStockRequestInquiry.php @@ -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'] !== '') { diff --git a/doc/Change.log b/doc/Change.log index 52749451e..febae1e7a 100644 --- a/doc/Change.log +++ b/doc/Change.log @@ -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)