Skip to content

Commit

Permalink
PaulT: Remove a few lingering $k and $j variables left behind from 79…
Browse files Browse the repository at this point in the history
…44 commit.
  • Loading branch information
TurboPT authored and timschofield committed Feb 27, 2018
1 parent c036eda commit 4bca85d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions GLAccountCSV.php
Expand Up @@ -204,9 +204,6 @@
$PeriodTotal = 0;
$PeriodNo = -9999;

$j = 1;
$k=0; //row colour counter

while ($myrow=DB_fetch_array($TransResult)) {

if ($myrow['periodno']!=$PeriodNo){
Expand Down
3 changes: 0 additions & 3 deletions GLAccountReport.php
Expand Up @@ -132,9 +132,6 @@
$PeriodTotal = 0;
$PeriodNo = -9999;

$j = 1;
$k=0; //row colour counter

while ($myrow=DB_fetch_array($TransResult)) {

if ($myrow['periodno']!=$PeriodNo){
Expand Down
1 change: 1 addition & 0 deletions doc/Change.log
@@ -1,5 +1,6 @@
webERP Change Log

9/2/18 PaulT: Remove lingering $k and $j variable left behind from 7944 commit.
9/2/18 PaulT: MRPReschedules.php, MRPShortages.php: Use DB_table_exists() from commit 7943 to replace table check query.
9/2/18 PaulT: Remove the last of the remaining URL 'SID' references.
9/2/18 Paul Becker (PaulT commit): StockLocMovements.php, StockMovements.php: Add serial number column to output. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8088)
Expand Down
2 changes: 0 additions & 2 deletions includes/OutputSerialItems.php
Expand Up @@ -131,8 +131,6 @@
$TotalQuantity = 0; /*Variable to accumulate total quantity received */
$RowCounter =0;

$k=0;

$StartAddingAt = 0;
if ($EditControlled){
foreach ($LineItem->SerialItems as $Bundle){
Expand Down

0 comments on commit 4bca85d

Please sign in to comment.