[freeside-commits] branch master updated. 811e59bef46fb10d713f7ed5b81183ed1293072a

Ivan ivan at 420.am
Tue Jun 18 15:48:09 PDT 2013


The branch, master has been updated
       via  811e59bef46fb10d713f7ed5b81183ed1293072a (commit)
      from  20e279396ac0a7a99a3dc9c831e44f435035d17f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 811e59bef46fb10d713f7ed5b81183ed1293072a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 18 15:48:08 2013 -0700

    this helps?  but this search is still royally fucked by the last changes.  RT#23621

diff --git a/httemplate/search/cust_svc.html b/httemplate/search/cust_svc.html
index 6fa9390..8f10a94 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'    => {},

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/cust_svc.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list