[freeside-commits] branch FREESIDE_3_BRANCH updated. e0a26e8978af2c77bdcaf2b491ee5c731285563d

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


The branch, FREESIDE_3_BRANCH has been updated
       via  e0a26e8978af2c77bdcaf2b491ee5c731285563d (commit)
      from  44386c301ada00b11a5e438f826662f88d2366e6 (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 e0a26e8978af2c77bdcaf2b491ee5c731285563d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 18 15:48:09 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