X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477.html;h=0f1502f2a9f5ae3ad541fe413f249a73a0ee91d5;hb=624b2d44625f69d71175c3348cae635d580c890b;hp=b485161376c2ff03b56d026218b41cf7f9e72d30;hpb=1509cd837ea7e4e147a088d939b4198ee2456ef8;p=freeside.git 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 ) : () ), }