From f3c6b6245a3ac0f32ff6d30b0315c009687fcffc Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jun 2010 05:22:55 +0000 Subject: eliminate filtering of info from COMP customers on financial reports, RT#8787 --- httemplate/graph/cust_bill_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/graph') diff --git a/httemplate/graph/cust_bill_pkg.cgi b/httemplate/graph/cust_bill_pkg.cgi index 1fad5e1cd..03e29b901 100644 --- a/httemplate/graph/cust_bill_pkg.cgi +++ b/httemplate/graph/cust_bill_pkg.cgi @@ -19,7 +19,7 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); -my $link = "${p}search/cust_bill_pkg.cgi?nottax=1;include_comp_cust=1"; +my $link = "${p}search/cust_bill_pkg.cgi?nottax=1"; my $bottom_link = "$link;"; my $use_override = $cgi->param('use_override') ? 1 : 0; -- cgit v1.2.1