summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2010-06-29 05:23:16 +0000
committerivan <ivan>2010-06-29 05:23:16 +0000
commit6e9f0a1a915ef4cee669b4632594edc8b5395baa (patch)
treed81f13e8013c90ff4e4cd9527f754a3ead1ca7a8 /httemplate/search/cust_bill_pkg.cgi
parent8d9f0f4d803cba9207913dce99bba0b91a2beef2 (diff)
eliminate filtering of info from COMP customers on financial reports, RT#8787
Diffstat (limited to 'httemplate/search/cust_bill_pkg.cgi')
-rw-r--r--httemplate/search/cust_bill_pkg.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index 6a0b60003..86b02387a 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -137,9 +137,6 @@ my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
push @where, "_date >= $beginning",
"_date <= $ending";
-push @where , " payby != 'COMP' "
- unless $cgi->param('include_comp_cust');
-
if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {
push @where, "cust_main.agentnum = $1";
}