diff options
| author | ivan <ivan> | 2010-06-29 05:23:16 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-06-29 05:23:16 +0000 |
| commit | 6e9f0a1a915ef4cee669b4632594edc8b5395baa (patch) | |
| tree | d81f13e8013c90ff4e4cd9527f754a3ead1ca7a8 /httemplate/graph/cust_bill_pkg.cgi | |
| parent | 8d9f0f4d803cba9207913dce99bba0b91a2beef2 (diff) | |
eliminate filtering of info from COMP customers on financial reports, RT#8787
Diffstat (limited to 'httemplate/graph/cust_bill_pkg.cgi')
| -rw-r--r-- | httemplate/graph/cust_bill_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/cust_bill_pkg.cgi b/httemplate/graph/cust_bill_pkg.cgi index 224fbbb42..646702036 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; |
