From: ivan Date: Fri, 23 Jan 2004 08:58:35 +0000 (+0000) Subject: oops X-Git-Tag: NET_WHOIS_RAW_0_31~168 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=55de0fac57f2a71bd05aa5ce583601fb2edeacdf;hp=0cb82fbbb68d51ea51cdc321c6322ab22508373c oops --- 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++; } }