diff options
| author | ivan <ivan> | 2009-12-04 04:45:44 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-12-04 04:45:44 +0000 |
| commit | 6183d985647a5deba02d6937b9d383b464f1ee38 (patch) | |
| tree | 6d910c345b3539b9a95899c0f16005792af15776 /httemplate/search/cust_pkg.cgi | |
| parent | 61b46166b19b08afaed037bc7748515db6e32f13 (diff) | |
customer-specific account report (and some small refactoring of method names to clash less), RT#6180
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
| -rwxr-xr-x | httemplate/search/cust_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 37e8d6c5f..ff8ee5742 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -204,7 +204,7 @@ foreach my $field (qw( setup last_bill bill adjourn susp expire cancel )) { } -my $sql_query = FS::cust_pkg->search_sql(\%search_hash); +my $sql_query = FS::cust_pkg->search(\%search_hash); my $count_query = delete($sql_query->{'count_query'}); my $show = $curuser->default_customer_view =~ /^(jumbo|packages)$/ |
