X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.cgi;h=bcad93325eb2f2270b49db3434e833c9795f7d53;hp=f1d284b1a139abc6b5ff41f50aea9c81710ace5d;hb=55de0fac57f2a71bd05aa5ce583601fb2edeacdf;hpb=0cb82fbbb68d51ea51cdc321c6322ab22508373c 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++; } }