X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.cgi;fp=httemplate%2Fsearch%2Freport_prepaid_income.cgi;h=27dbcbf9f86acb88673681db4ac5ca5491fdd7a1;hp=3694c7aaece83370176026c5e8e668014e1093fb;hb=4ad29235ceb48ec0c5a0af07e6ccfcb64b40f466;hpb=0269c850cfefc00d5da255f88c63a314e1ab6cd0 diff --git a/httemplate/search/report_prepaid_income.cgi b/httemplate/search/report_prepaid_income.cgi index 3694c7aae..27dbcbf9f 100644 --- a/httemplate/search/report_prepaid_income.cgi +++ b/httemplate/search/report_prepaid_income.cgi @@ -43,9 +43,8 @@ my( $total, $total_legacy ) = ( 0, 0 ); my @cust_bill_pkg = grep { $_->cust_pkg && $_->cust_pkg->part_pkg->freq !~ /^([01]|\d+[dw])$/ } qsearch( 'cust_bill_pkg', { - 'recur' => { op=>'!=', value=>0 }, - 'edate' => { op=>'>', value=>$now }, - 'duplicate' => '', + 'recur' => { op=>'!=', value=>0 }, + 'edate' => { op=>'>', value=>$now }, }, ); my @cust_pkg =