Skip to content

Commit

Permalink
InternalStockRequestInquiry.php: Restore ONE space to previous 7936 c…
Browse files Browse the repository at this point in the history
…ommit.
  • Loading branch information
TurboPT authored and timschofield committed Feb 26, 2018
1 parent 7f3464c commit 49c76eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion InternalStockRequestInquiry.php
Expand Up @@ -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'] !== '') {
Expand Down
1 change: 1 addition & 0 deletions 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)
Expand Down

0 comments on commit 49c76eb

Please sign in to comment.