From: Ivan Kohler Date: Tue, 18 Jun 2013 22:48:09 +0000 (-0700) Subject: this helps? but this search is still royally fucked by the last changes. RT#23621 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e0a26e8978af2c77bdcaf2b491ee5c731285563d;p=freeside.git this helps? but this search is still royally fucked by the last changes. RT#23621 --- diff --git a/httemplate/search/cust_svc.html b/httemplate/search/cust_svc.html index 6fa93905e..8f10a9495 100644 --- a/httemplate/search/cust_svc.html +++ b/httemplate/search/cust_svc.html @@ -96,7 +96,8 @@ if ( length( $cgi->param('search_svc') ) ) { my $extra_sql = ' WHERE '. join(' AND ', @extra_sql ); $sql_query = { - 'select' => 'svcnum', + #'select' => 'svcnum', + 'select' => 'cust_svc.*', 'table' => 'cust_svc', 'addl_from' => $addl_from, 'hashref' => {},