summaryrefslogtreecommitdiff
path: root/httemplate/graph
diff options
context:
space:
mode:
authorivan <ivan>2010-06-29 05:22:55 +0000
committerivan <ivan>2010-06-29 05:22:55 +0000
commitf3c6b6245a3ac0f32ff6d30b0315c009687fcffc (patch)
treeaff4719c9abf59047742c1daee1e19361d866409 /httemplate/graph
parent66ec38299e2f40271fa1e66c7a4db529a5b261d4 (diff)
eliminate filtering of info from COMP customers on financial reports, RT#8787
Diffstat (limited to 'httemplate/graph')
-rw-r--r--httemplate/graph/cust_bill_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
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;