From 811e59bef46fb10d713f7ed5b81183ed1293072a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 18 Jun 2013 15:48:08 -0700 Subject: [PATCH] this helps? but this search is still royally fucked by the last changes. RT#23621 --- httemplate/search/cust_svc.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' => {}, -- 2.11.0