this helps? but this search is still royally fucked by the last changes. RT#23621
authorIvan Kohler <ivan@freeside.biz>
Tue, 18 Jun 2013 22:48:08 +0000 (15:48 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 18 Jun 2013 22:48:08 +0000 (15:48 -0700)
httemplate/search/cust_svc.html

index 6fa9390..8f10a94 100644 (file)
@@ -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'    => {},