diff options
-rw-r--r-- | httemplate/search/cust_svc.html | 3 |
1 files changed, 2 insertions, 1 deletions
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' => {}, |