summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-18 15:48:08 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-18 15:48:08 -0700
commit811e59bef46fb10d713f7ed5b81183ed1293072a (patch)
tree571e76bc40788d056ec568234ade218f7c154177 /httemplate
parent20e279396ac0a7a99a3dc9c831e44f435035d17f (diff)
this helps? but this search is still royally fucked by the last changes. RT#23621
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/cust_svc.html3
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' => {},