summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-01-23 08:58:36 +0000
committerivan <ivan>2004-01-23 08:58:36 +0000
commitd2c008a740d184dd84b51999395f4bdda5ebc630 (patch)
tree2c3dbfb50274675eb99b4a3425faf81bd63fe3b7
parent4f2ed77e9634b2a67fa98619beea9bc29bf930cf (diff)
oops
-rw-r--r--httemplate/search/report_prepaid_income.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/report_prepaid_income.cgi b/httemplate/search/report_prepaid_income.cgi
index f1d284b1a..bcad93325 100644
--- a/httemplate/search/report_prepaid_income.cgi
+++ b/httemplate/search/report_prepaid_income.cgi
@@ -30,6 +30,7 @@
foreach my $which_month ( 2 .. $freq ) {
until ( $mon < 13 ) { $mon -= 12; $year++; }
$prepaid{"$year-$mon"} += $per_month;
+ $mon++;
}
}