X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.cgi;h=2fe5b6f10f44108099b0b296cbc2919ec368c800;hp=bfb699b542cdfe2e1569762f96d0c110d2b665ae;hb=636dd1f25af52d35efe7a323a5765ff5adeadf83;hpb=624b2d44625f69d71175c3348cae635d580c890b diff --git a/httemplate/search/report_prepaid_income.cgi b/httemplate/search/report_prepaid_income.cgi index bfb699b54..2fe5b6f10 100644 --- a/httemplate/search/report_prepaid_income.cgi +++ b/httemplate/search/report_prepaid_income.cgi @@ -108,10 +108,6 @@ my @where = (); #here is the agent virtualization push @where, $curuser->agentnums_sql( 'table'=>'cust_main' ); -#well, because cust_bill_pkg.cgi has it and without it the numbers don't match.. -push @where , " payby != 'COMP' " - unless $cgi->param('include_comp_cust'); - my %total = (); my %total_legacy = (); foreach my $agentnum (@agentnums) {