|
From: <ex...@us...> - 2014-02-18 06:16:04
|
Revision: 6583
http://sourceforge.net/p/web-erp/reponame/6583
Author: exsonqu
Date: 2014-02-18 06:15:58 +0000 (Tue, 18 Feb 2014)
Log Message:
-----------
18/2/14 Exson: Remove redundant code in StockLocStatus.php and InventoryPlanning.php.
Modified Paths:
--------------
trunk/StockLocStatus.php
Modified: trunk/StockLocStatus.php
===================================================================
--- trunk/StockLocStatus.php 2014-02-18 06:14:54 UTC (rev 6582)
+++ trunk/StockLocStatus.php 2014-02-18 06:15:58 UTC (rev 6583)
@@ -178,7 +178,6 @@
<th>' . _('On Order') . '</th>
</tr>';
echo $TableHeader;
- $j = 1;
$k=0; //row colour counter
while ($myrow=DB_fetch_array($LocStockResult)) {
@@ -340,4 +339,4 @@
</form>';
include('includes/footer.inc');
-?>
\ No newline at end of file
+?>
|