diff options
-rw-r--r-- | httemplate/search/report_prepaid_income.cgi | 1 |
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++; } } |