|
From: <ex...@us...> - 2014-02-18 06:15:03
|
Revision: 6582
http://sourceforge.net/p/web-erp/reponame/6582
Author: exsonqu
Date: 2014-02-18 06:14:54 +0000 (Tue, 18 Feb 2014)
Log Message:
-----------
18/2/14 Exson: Remove redundant code in StockLocStatus.php and InventoryPlanning.php.
Modified Paths:
--------------
trunk/InventoryPlanning.php
Modified: trunk/InventoryPlanning.php
===================================================================
--- trunk/InventoryPlanning.php 2014-02-17 03:44:51 UTC (rev 6581)
+++ trunk/InventoryPlanning.php 2014-02-18 06:14:54 UTC (rev 6582)
@@ -230,7 +230,6 @@
INNER JOIN salesorders
ON salesorders.orderno = salesorderdetails.orderno
WHERE salesorderdetails.quantity-salesorderdetails.qtyinvoiced > 0
- AND salesorderdetails.quantity-salesorderdetails.qtyinvoiced > 0
AND bom.component='" . $InventoryPlan['stockid'] . "'
AND stockmaster.mbflag='A'
AND salesorderdetails.completed=0
@@ -457,4 +456,4 @@
} /*end of else not PrintPDF */
-?>
\ No newline at end of file
+?>
|