diff options
| author | ivan <ivan> | 2010-06-29 05:22:55 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-06-29 05:22:55 +0000 |
| commit | f3c6b6245a3ac0f32ff6d30b0315c009687fcffc (patch) | |
| tree | aff4719c9abf59047742c1daee1e19361d866409 /httemplate/search/cust_bill_pkg.cgi | |
| parent | 66ec38299e2f40271fa1e66c7a4db529a5b261d4 (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.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 77901de87..98a1da9d9 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -139,9 +139,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"; } |
