summaryrefslogtreecommitdiff
path: root/httemplate/search/477.html
diff options
context:
space:
mode:
authorivan <ivan>2009-12-04 04:40:28 +0000
committerivan <ivan>2009-12-04 04:40:28 +0000
commitcf49d3c860a2000cfc23a0e0db472a7d6fc58935 (patch)
treed3fa44471ab7c004f06c09ca71747b77992aa9ce /httemplate/search/477.html
parent051abf85ce0cad902a6c2b0d24a6f90d4e7c5147 (diff)
customer-specific account report (and some small refactoring of method names to clash less), RT#6180
Diffstat (limited to 'httemplate/search/477.html')
-rwxr-xr-xhttemplate/search/477.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/477.html b/httemplate/search/477.html
index b48516137..0f1502f2a 100755
--- a/httemplate/search/477.html
+++ b/httemplate/search/477.html
@@ -106,7 +106,7 @@ foreach my $row ( sort keys %row_option_name ) {
if $column_option_name{$column};
my $report_option = join(',', @report_option) if @report_option;
- my $sql_query = FS::cust_pkg->search_sql(
+ my $sql_query = FS::cust_pkg->search(
{ %search_hash,
($report_option ? ( 'report_option' => $report_option ) : () ),
}