projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e2793
)
this helps? but this search is still royally fucked by the last changes. RT#23621
author
Ivan Kohler
<ivan@freeside.biz>
Tue, 18 Jun 2013 22:48:08 +0000
(15:48 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Tue, 18 Jun 2013 22:48:08 +0000
(15:48 -0700)
httemplate/search/cust_svc.html
patch
|
blob
|
history
diff --git
a/httemplate/search/cust_svc.html
b/httemplate/search/cust_svc.html
index
6fa9390
..
8f10a94
100644
(file)
--- 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' => {},