diff options
author | ivan <ivan> | 2004-01-23 08:58:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-23 08:58:35 +0000 |
commit | 55de0fac57f2a71bd05aa5ce583601fb2edeacdf (patch) | |
tree | c426d68293be6426877e168b5e534d8f6229d7bb /httemplate | |
parent | 0cb82fbbb68d51ea51cdc321c6322ab22508373c (diff) |
oops
Diffstat (limited to 'httemplate')
-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++; } } |